@deque/cauldron-styles 6.23.1-canary.f35f3b21 → 6.23.2-canary.49df1a5e
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 +2 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2002,6 +2002,7 @@ a.IconButton {
|
|
|
2002
2002
|
display: flex;
|
|
2003
2003
|
align-items: center;
|
|
2004
2004
|
margin-left: var(--dialog-padding);
|
|
2005
|
+
word-break: break-word;
|
|
2005
2006
|
}
|
|
2006
2007
|
|
|
2007
2008
|
.Dialog__close {
|
|
@@ -6005,6 +6006,7 @@ button.Accordion__trigger {
|
|
|
6005
6006
|
padding: 0;
|
|
6006
6007
|
color: var(--page-header-overline-color);
|
|
6007
6008
|
font-size: var(--text-size-base);
|
|
6009
|
+
word-break: break-word;
|
|
6008
6010
|
}
|
|
6009
6011
|
|
|
6010
6012
|
:root {
|
package/package.json
CHANGED