@streamscloud/kit 0.2.30 → 0.2.31
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.
|
@@ -336,6 +336,10 @@ Single-value select dropdown built on svelte-select with fuzzy search. Supports
|
|
|
336
336
|
}
|
|
337
337
|
.select__option {
|
|
338
338
|
font-size: var(--_singleselect--text--font-size);
|
|
339
|
+
text-overflow: ellipsis;
|
|
340
|
+
max-width: 100%;
|
|
341
|
+
white-space: nowrap;
|
|
342
|
+
overflow: hidden;
|
|
339
343
|
}
|
|
340
344
|
.select__option--faded {
|
|
341
345
|
color: var(--_singleselect--placeholder--color);
|