Skip to content

Commit fef5117

Browse files
author
Vikas Agarwal
committed
Fixed style for horizontal layout of checkbox group
1 parent c3bb270 commit fef5117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/Formsy/FormFields.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
}
118118
.checkbox-group.horizontal .checkbox-group-options {
119119
flex-direction: row;
120+
justify-content: space-between;
120121
}
121122
.checkbox-group.vertical .checkbox-group-options {
122123
flex-direction: column;

0 commit comments

Comments
 (0)