dashfolders: Fix page max width #10275

This commit is contained in:
Johannes Schill 2018-01-18 09:54:36 +01:00 committed by Daniel Lee
parent c3664e1d87
commit 6b421b80a6

View File

@ -33,7 +33,9 @@ export class FolderPermissions extends Component<IContainerProps, any> {
return (
<div>
<PageHeader model={nav as any} />
<Permissions isFolder={true} error="" newType="" dashboardId={1} backendSrv={this.props.backendSrv} />
<div className="page-container page-body">
<Permissions isFolder={true} error="" newType="" dashboardId={1} backendSrv={this.props.backendSrv} />
</div>
</div>
);
}