@agorapulse/ui-theme 17.1.3 → 17.1.5

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.
Binary file
@@ -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);
@@ -120,9 +120,6 @@ form.submitted {
120
120
  }
121
121
  }
122
122
  }
123
- div {
124
- color: $form-control-selected-font-color;
125
- }
126
123
 
127
124
  ap-avatar {
128
125
  ap-symbol {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "17.1.3",
3
+ "version": "17.1.5",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
Binary file