Skip to content
This repository was archived by the owner on Aug 25, 2021. It is now read-only.

Commit 5c8af1c

Browse files
committed
Fix rbacUserForm template to match miq layout.
1 parent c66b3c1 commit 5c8af1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rbac-forms/rbacUserForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const RbacUserForm = ({
3636
form: { change, reset },
3737
}) => (
3838
<PfForm horizontal>
39-
<Grid>
39+
<Grid fluid>
4040
<Row>
4141
<Col xs={12}>
4242
<Field

0 commit comments

Comments
 (0)