@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.
@@ -129,6 +129,7 @@
129
129
 
130
130
  &__option {
131
131
  font-size: var(--_singleselect--text--font-size);
132
+ @include mixins.ellipsis;
132
133
 
133
134
  &--faded {
134
135
  color: var(--_singleselect--placeholder--color);
@@ -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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/kit",
3
- "version": "0.2.30",
3
+ "version": "0.2.31",
4
4
  "author": "StreamsCloud",
5
5
  "repository": {
6
6
  "type": "git",