Change sizíng of the content area from dynamic-'rest' to fixed to prevent the navigation from being pushed out

This commit is contained in:
Florian Scholdei
2020-03-24 11:59:49 +01:00
parent 751343fa8b
commit 8a94a7e634

View File

@@ -171,7 +171,7 @@ class RepositoryRoot extends React.Component<Props, State> {
>
<Page title={repository.namespace + "/" + repository.name}>
<div className="columns">
<div className="column">
<div className={menuCollapsed ? "column is-11" : "column is-9"}>
<Switch>
<Redirect exact from={this.props.match.url} to={redirectedUrl} />