Skip to content

Commit 419c8fe

Browse files
feat(ui): improve checkbox ui on mobile view (#1354)
* feat: add direction prop for CheckboxInput component * feat: update styles to handle overflow on horizontal alignment
1 parent 2340825 commit 419c8fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/ui/src/assets/css/checkbox-input.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111

1212
.field.checkbox > .checkbox-group.direction-horizontal {
1313
flex-direction: row;
14+
flex-wrap: wrap;
1415
gap: 1.5rem;
1516
}

0 commit comments

Comments
 (0)