Skip to content

Commit e0cd836

Browse files
committed
fix: radio not displaying inline
1 parent 8446716 commit e0cd836

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/sass/base/_fields.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,21 @@
33
color: $error;
44
}
55

6-
.checkbox-group {
6+
.checkbox-group,
7+
.radio-group {
78
display: flex;
89
flex-direction: column;
910
gap: 8px;
1011

11-
&.checkbox-group--inline {
12+
&.checkbox-group--inline,
13+
&.radio-group--inline {
1214
flex-direction: row;
1315
}
1416
}
1517

1618
.formbuilder-checkbox-group,
1719
.formbuilder-radio-group {
20+
1821
input[type='checkbox'],
1922
input[type='radio'] {
2023
margin: 0 4px 0 0;

0 commit comments

Comments
 (0)