mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 19:15:52 +01:00
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:
@@ -171,7 +171,7 @@ class RepositoryRoot extends React.Component<Props, State> {
|
|||||||
>
|
>
|
||||||
<Page title={repository.namespace + "/" + repository.name}>
|
<Page title={repository.namespace + "/" + repository.name}>
|
||||||
<div className="columns">
|
<div className="columns">
|
||||||
<div className="column">
|
<div className={menuCollapsed ? "column is-11" : "column is-9"}>
|
||||||
<Switch>
|
<Switch>
|
||||||
<Redirect exact from={this.props.match.url} to={redirectedUrl} />
|
<Redirect exact from={this.props.match.url} to={redirectedUrl} />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user