@stokelp/ui 2.71.0 → 2.72.0
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/style.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +2 -1
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -21665,7 +21665,8 @@ const zf = U({
|
|
|
21665
21665
|
display: "flex",
|
|
21666
21666
|
flexDirection: "column",
|
|
21667
21667
|
overflowY: "auto",
|
|
21668
|
-
width: "
|
|
21668
|
+
width: "240px",
|
|
21669
|
+
minWidth: "100%",
|
|
21669
21670
|
transitionProperty: "width",
|
|
21670
21671
|
transitionDuration: "fast",
|
|
21671
21672
|
overflow: "hidden",
|