@datarobot/design-system 29.7.9 → 29.7.10

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": "@datarobot/design-system",
3
- "version": "29.7.9",
3
+ "version": "29.7.10",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",
package/styles/index.css CHANGED
@@ -4578,6 +4578,7 @@ popout[data-popper-placement^='right']::after,
4578
4578
  letter-spacing: normal;
4579
4579
  color: var(--var-alert-text-color);
4580
4580
  fill: var(--var-alert-text-color);
4581
+ word-break: break-word;
4581
4582
  }
4582
4583
  .alert .alert-footer {
4583
4584
  /* stylelint-disable-next-line dr-custom/no-unexpected-spacing-definitions */