SideBySide2: Decrease width for laptops
The display was 64px too wide. Shrink widths to fit on laptop. Change-Id: Ib62f813de84a93c533048c727c44a354cfe52257
This commit is contained in:

committed by
Michael Zhou

parent
545cca262e
commit
41e7159a75
@@ -47,8 +47,8 @@ limitations under the License.
|
||||
.a, .b {
|
||||
padding: 0;
|
||||
}
|
||||
.a { width: 734px; min-width: 734px; }
|
||||
.b { width: 750px; min-width: 750px; }
|
||||
.a { width: 702px; min-width: 702px; }
|
||||
.b { width: 718px; min-width: 718px; }
|
||||
.a .CodeMirror-scroll {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
@@ -21,8 +21,8 @@ limitations under the License.
|
||||
<ui:style>
|
||||
.header {
|
||||
position: relative;
|
||||
width: 1484px;
|
||||
min-width: 1484px;
|
||||
width: 1420px;
|
||||
min-width: 1420px;
|
||||
}
|
||||
.reviewed input {
|
||||
margin: 0;
|
||||
|
Reference in New Issue
Block a user