Skip to content

Commit 113d64e

Browse files
committed
Fix inline form elements collapse bug
1 parent 4fb2763 commit 113d64e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scss/elements/_form.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,7 @@ input[type="checkbox"].form-switch {
441441
position: relative;
442442
display: flex;
443443
align-items: center;
444-
flex-flow: row wrap;
445-
@include clearfix;
444+
flex-wrap: nowrap;
446445

447446
.form-group {
448447
margin-bottom: 0;

0 commit comments

Comments
 (0)