@dialpad/dialtone-css 8.50.5 → 8.50.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.
@@ -74,6 +74,7 @@
74
74
  line-height: var(--tooltip-line-height);
75
75
  letter-spacing: calc(var(--dt-space-100) * 0.25);
76
76
  text-align: center;
77
+ overflow-wrap: break-word;
77
78
  background-color: var(--tooltip-color-background);
78
79
  border-radius: var(--tooltip-border-radius);
79
80
 
@@ -4484,6 +4484,7 @@ legend .d-label--md {
4484
4484
  line-height: var(--tooltip-line-height);
4485
4485
  letter-spacing: calc(var(--dt-space-100) * 0.25);
4486
4486
  text-align: center;
4487
+ overflow-wrap: break-word;
4487
4488
  background-color: var(--tooltip-color-background);
4488
4489
  border-radius: var(--tooltip-border-radius);
4489
4490
  }