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
@@ -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