We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae16cd commit afa57beCopy full SHA for afa57be
2 files changed
scss/_form.scss
@@ -427,13 +427,13 @@ select.form-select {
427
}
428
429
> .form-control {
430
- flex: 1;
+ flex: 1 1 0%;
431
z-index: 15;
432
433
434
> .form-input,
435
> .form-select {
436
437
z-index: 10;
438
&:focus {
439
z-index: 20;
scss/mixins/_grid.scss
@@ -107,7 +107,7 @@
107
@include media-breakpoint-up($breakpoint) {
108
// equal width
109
.l-col#{$suffix} {
110
- flex: 1 1 0;
111
max-width: 100%;
112
113
// fixed wdith
0 commit comments