We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86cd2da commit b20de85Copy full SHA for b20de85
scss/forms/_form-multi-select.scss
@@ -1,6 +1,6 @@
1
.form-multi-select {
2
// scss-docs-start form-multi-select-css-vars
3
- --#{$prefix}form-multi-select-zindex: #{$zindex-form-multi-select};
+ --#{$prefix}form-multi-select-zindex: #{$form-multi-select-zindex};
4
--#{$prefix}form-multi-select-font-family: #{$form-multi-select-font-family};
5
--#{$prefix}form-multi-select-font-size: #{$form-multi-select-font-size};
6
--#{$prefix}form-multi-select-font-weight: #{$form-multi-select-font-weight};
@@ -134,6 +134,7 @@ select.form-multi-select {
134
}
135
136
.form-multi-select-input-group {
137
+ // position: relative;
138
display: flex;
139
flex-wrap: wrap;
140
align-items: stretch;
0 commit comments