@deque/cauldron-styles 5.0.0-canary.147f3dd9 → 5.0.0-canary.2138beef
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/dist/index.css +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3647,6 +3647,7 @@ button.TooltipTabstop {
|
|
|
3647
3647
|
color: var(--data-list-value-text-color);
|
|
3648
3648
|
background-color: var(--data-list-value-background-color);
|
|
3649
3649
|
font-weight: var(--font-weight-normal);
|
|
3650
|
+
word-break: break-word;
|
|
3650
3651
|
}
|
|
3651
3652
|
|
|
3652
3653
|
.DescriptionList__term,
|
package/package.json
CHANGED