@agorapulse/ui-theme 17.1.4 → 17.1.6

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.
@@ -421,10 +421,9 @@
421
421
  gap: var(--ref-spacing-xxs);
422
422
  flex: 1;
423
423
  overflow: auto;
424
+
424
425
  .group-label {
425
- overflow: auto;
426
- white-space: nowrap;
427
- text-overflow: ellipsis;
426
+ white-space: initial;
428
427
  }
429
428
  }
430
429
  }
@@ -544,11 +543,11 @@
544
543
  background-color: var(--comp-select-group-background-color);
545
544
  min-height: 32px;
546
545
  box-sizing: border-box;
547
- max-height: 50px;
548
546
  padding: var(--comp-select-group-padding-vertical) var(--comp-select-group-padding-horizontal);
549
547
  border-top: 1px solid var(--comp-select-group-border-top-color);
550
548
 
551
549
  .group-label {
550
+ white-space: initial;
552
551
  font-weight: var(--comp-select-group-text-font-weight);
553
552
  font-size: var(--comp-select-group-text-size);
554
553
  line-height: var(--comp-select-group-text-line-height);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "17.1.4",
3
+ "version": "17.1.6",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",