daisyui 2.28.0 → 2.30.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/README.md +2 -1
- package/dist/full.css +1 -1
- package/dist/styled.css +4 -1
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +4 -1
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/dist/utilities-styled.js +1 -1
- package/package.json +1 -1
package/dist/styled.css
CHANGED
|
@@ -764,7 +764,9 @@
|
|
|
764
764
|
}
|
|
765
765
|
.menu {
|
|
766
766
|
display: flex;
|
|
767
|
-
|
|
767
|
+
width: max-content;
|
|
768
|
+
flex-direction: column;
|
|
769
|
+
flex-wrap: wrap
|
|
768
770
|
}
|
|
769
771
|
.menu.horizontal {
|
|
770
772
|
display: inline-flex;
|
|
@@ -776,6 +778,7 @@
|
|
|
776
778
|
.menu :where(li) {
|
|
777
779
|
position: relative;
|
|
778
780
|
display: flex;
|
|
781
|
+
flex-shrink: 0;
|
|
779
782
|
flex-direction: column;
|
|
780
783
|
flex-wrap: wrap;
|
|
781
784
|
align-items: stretch
|