Skip to content

Commit afa57be

Browse files
committed
fix flexbox bugs
1 parent 6ae16cd commit afa57be

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scss/_form.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,13 +427,13 @@ select.form-select {
427427
}
428428

429429
> .form-control {
430-
flex: 1;
430+
flex: 1 1 0%;
431431
z-index: 15;
432432
}
433433

434434
> .form-input,
435435
> .form-select {
436-
flex: 1;
436+
flex: 1 1 0%;
437437
z-index: 10;
438438
&:focus {
439439
z-index: 20;

scss/mixins/_grid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
@include media-breakpoint-up($breakpoint) {
108108
// equal width
109109
.l-col#{$suffix} {
110-
flex: 1 1 0;
110+
flex: 1 1 0%;
111111
max-width: 100%;
112112
}
113113
// fixed wdith

0 commit comments

Comments
 (0)