File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 15
15
align-items : stretch ;
16
16
width : 100% ;
17
17
18
+ > .autocomplete ,
19
+ > .date-picker ,
20
+ > .time-picker ,
18
21
> .form-control ,
22
+ > .form-multi-select ,
23
+ > .form-password ,
19
24
> .form-select ,
20
25
> .form-floating {
21
26
position : relative ; // For focus state's z-index
149
154
> .autocomplete :not (:first-child ) > .autocomplete-input-group ,
150
155
> .date-picker :not (:first-child ) > .date-picker-input-group ,
151
156
> .time-picker :not (:first-child ) > .time-picker-input-group ,
152
- > .form-multi-select :not (:first-child ) > .form-multi-select .form-multi-select-input-group ,
157
+ > .form-multi-select :not (:first-child ) + .form-multi-select > .form-multi-select-input-group ,
153
158
> .form-floating :not (:first-child ) > .form-control ,
154
159
> .form-floating :not (:first-child ) > .form-select ,
155
160
> .form-password :not (:first-child ) > .form-control {
You can’t perform that action at this time.
0 commit comments