@baloise/ds-styles 16.5.0 → 16.5.1-nightly.20240925

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.
package/css/all.css CHANGED
@@ -600,7 +600,7 @@ fieldset {
600
600
  }
601
601
  /**
602
602
  * Do not edit directly
603
- * Generated on Tue, 17 Sep 2024 12:02:08 GMT
603
+ * Generated on Wed, 25 Sep 2024 06:14:11 GMT
604
604
  */
605
605
  :root {
606
606
  --bal-text-shadow-normal: 0px 0px 4px rgba(0, 0, 0, 0.15), 0px 4px 12px rgba(0, 0, 0, 0.25), 0px 0px 80px rgba(0, 0, 0, 0.5); /* Increases readability when used on a image background. */
@@ -2025,9 +2025,6 @@ input.is-grouped {
2025
2025
  display: flex;
2026
2026
  justify-content: flex-start;
2027
2027
  }
2028
- .field.is-grouped > .control {
2029
- flex-shrink: 0;
2030
- }
2031
2028
  .field.is-grouped > .control:not(:last-child) {
2032
2029
  margin-bottom: 0;
2033
2030
  }
@@ -2197,7 +2194,7 @@ input.is-grouped {
2197
2194
  min-height: 3rem;
2198
2195
  height: auto;
2199
2196
  text-align: left;
2200
- word-break: break-word;
2197
+ word-break: normal;
2201
2198
  box-shadow: none;
2202
2199
  outline: none;
2203
2200
  box-sizing: border-box;