Revert "SideBySide2: Center content in the browser window"
This reverts commit 875590301a
.
The auto margin left/right and width was making the view too wide for
15" displays, causing the navigation arrows and overview gutter to be
completely cut off.
Change-Id: I0c730a901044344b5027cff91928a8c64c8c599b
This commit is contained in:
@@ -17,14 +17,7 @@ limitations under the License.
|
||||
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
||||
xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
||||
xmlns:d='urn:import:com.google.gerrit.client.diff'>
|
||||
<ui:style>
|
||||
.sbs2 {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 1484px;
|
||||
}
|
||||
</ui:style>
|
||||
<g:FlowPanel styleName='{style.sbs2}'>
|
||||
<g:FlowPanel>
|
||||
<d:Header ui:field='header'/>
|
||||
<d:DiffTable ui:field='diffTable'/>
|
||||
</g:FlowPanel>
|
||||
|
Reference in New Issue
Block a user