@nice-digital/nds-action-banner 4.3.2 → 4.3.3-alpha.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice-digital/nds-action-banner",
3
- "version": "4.3.2",
3
+ "version": "4.3.3-alpha.1+f22ce65b",
4
4
  "description": "Action banner component for the NICE Design System",
5
5
  "keywords": [
6
6
  "banner"
@@ -47,5 +47,5 @@
47
47
  "@types/node": "^18.11.9",
48
48
  "typescript": "^4.8.4"
49
49
  },
50
- "gitHead": "8d3119034ad02e20ad19033abf1d0e67db9f433b"
50
+ "gitHead": "f22ce65b9bb7eef4fef16bf69f53efe6597889a6"
51
51
  }
@@ -55,6 +55,7 @@
55
55
  &__actions {
56
56
  @include focus.inverse-button-focus;
57
57
  flex: 0 0 auto;
58
+ max-width: 100%;
58
59
  .btn {
59
60
  margin: 0;
60
61
  }
@@ -219,12 +220,10 @@
219
220
  }
220
221
  }
221
222
  }
222
-
223
223
  @include media-queries.mq($until: sm) {
224
224
  .action-banner__actions .btn {
225
225
  white-space: normal;
226
226
  word-break: break-word;
227
- inline-size: 100%;
228
227
  }
229
228
  .action-banner__text {
230
229
  white-space: normal;