Add max width to top bar

This commit is contained in:
Brandon Millman
2018-06-14 14:12:05 -07:00
parent 8880860105
commit 55cbcd728d
2 changed files with 3 additions and 1 deletions

View File

@@ -255,6 +255,7 @@ export class Portal extends React.Component<PortalProps, PortalState> {
translate={this.props.translate}
displayType={TopBarDisplayType.Expanded}
style={{ backgroundColor: colors.lightestGrey }}
maxWidth={LARGE_LAYOUT_MAX_WIDTH}
/>
<div id="portal" style={styles.body}>
<Switch>