vanilla-framework 3.0.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -153,9 +153,11 @@
|
|
|
153
153
|
border: 0;
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
// hide chips lead when there are in panel
|
|
157
|
-
// FIXME: this should be handled in HTML/React, not CSS
|
|
158
156
|
.p-chip {
|
|
157
|
+
margin-bottom: $spv--small;
|
|
158
|
+
|
|
159
|
+
// hide chips lead when there are in panel
|
|
160
|
+
// FIXME: this should be handled in HTML/React, not CSS
|
|
159
161
|
.p-chip__lead {
|
|
160
162
|
display: none;
|
|
161
163
|
}
|
|
@@ -177,7 +179,7 @@
|
|
|
177
179
|
position: relative;
|
|
178
180
|
|
|
179
181
|
&[aria-expanded='false'] {
|
|
180
|
-
max-height:
|
|
182
|
+
max-height: 5rem; // 2 rows of chips
|
|
181
183
|
}
|
|
182
184
|
}
|
|
183
185
|
|