@sc-360-v2/storefront-cms-library 0.4.93 → 0.4.95
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.
|
@@ -114,6 +114,14 @@ $msd-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
|
|
|
114
114
|
.msd__chipLabel {
|
|
115
115
|
font-size: 12px;
|
|
116
116
|
color: $msd-chip-text;
|
|
117
|
+
display: -webkit-box !important;
|
|
118
|
+
-webkit-box-orient: vertical;
|
|
119
|
+
-webkit-line-clamp: 1;
|
|
120
|
+
line-clamp: 1;
|
|
121
|
+
white-space: normal;
|
|
122
|
+
word-break: break-all;
|
|
123
|
+
overflow: hidden;
|
|
124
|
+
max-width: 220px;
|
|
117
125
|
}
|
|
118
126
|
|
|
119
127
|
.msd__input {
|
|
@@ -225,6 +233,17 @@ $msd-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
|
|
|
225
233
|
display: flex;
|
|
226
234
|
flex-direction: column;
|
|
227
235
|
gap: 4px;
|
|
236
|
+
span {
|
|
237
|
+
&:first-of-type {
|
|
238
|
+
display: -webkit-box !important;
|
|
239
|
+
-webkit-box-orient: vertical;
|
|
240
|
+
-webkit-line-clamp: 1;
|
|
241
|
+
line-clamp: 1;
|
|
242
|
+
white-space: normal;
|
|
243
|
+
word-break: break-all;
|
|
244
|
+
overflow: hidden;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
228
247
|
.msd__option__subtitle {
|
|
229
248
|
font-size: 12px;
|
|
230
249
|
color: var(--_gray-700);
|
|
@@ -252,6 +271,9 @@ $msd-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
|
|
|
252
271
|
// stroke: var(--_thm-cs-at-py);
|
|
253
272
|
stroke: var(--_gray-900);
|
|
254
273
|
}
|
|
274
|
+
.msd__option__subtitle {
|
|
275
|
+
color: var(--_gray-900);
|
|
276
|
+
}
|
|
255
277
|
}
|
|
256
278
|
&.is-disabled {
|
|
257
279
|
opacity: 0.5;
|