File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
ui/components/picklist/base Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 73
73
border-color : $color-border-input-disabled ;
74
74
}
75
75
}
76
+ }
76
77
77
- /* *
78
- * Resets explicit width on picklist to be fluid to its parent element
79
- *
80
- * @selector .slds-picklist_fluid
81
- * @restrict .slds-picklist
82
- * @modifier
83
- */
84
- & _fluid ,
85
- & --fluid {
86
-
87
- .slds-picklist__input ,
88
- .slds-picklist__label ,
89
- .slds-dropdown ,
90
- .slds-lookup {
91
- width : auto ;
92
- min-width : 0 ;
93
- max-width : $size-small ;
94
- }
78
+ /* *
79
+ * Resets explicit width on picklist to be fluid to its parent element
80
+ *
81
+ * @selector .slds-picklist_fluid
82
+ * @restrict .slds-picklist
83
+ * @modifier
84
+ */
85
+ .slds-picklist_fluid ,
86
+ .slds-picklist--fluid {
87
+
88
+ .slds-picklist__input ,
89
+ .slds-picklist__label ,
90
+ .slds-dropdown ,
91
+ .slds-lookup {
92
+ width : auto ;
93
+ min-width : 0 ;
94
+ max-width : $size-small ;
95
95
}
96
96
}
97
97
You can’t perform that action at this time.
0 commit comments