Commit 6b421b80 by Johannes Schill Committed by Daniel Lee

dashfolders: Fix page max width #10275

parent c3664e1d
......@@ -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>
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment