@deque/cauldron-styles 6.22.0-canary.a2c25cdb → 6.22.0-canary.f02d1471
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
|
@@ -6048,6 +6048,7 @@ button.Accordion__trigger {
|
|
|
6048
6048
|
width: var(--action-menu-width);
|
|
6049
6049
|
min-width: var(--action-menu-min-width, 10rem);
|
|
6050
6050
|
max-height: var(--action-menu-max-height, 80vh);
|
|
6051
|
+
max-width: var(--action-menu-max-width, 31rem);
|
|
6051
6052
|
box-shadow: var(--drop-shadow-overlay);
|
|
6052
6053
|
overflow-y: auto;
|
|
6053
6054
|
}
|
package/package.json
CHANGED