daisyui 2.28.0 → 2.29.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/styled.css CHANGED
@@ -764,7 +764,9 @@
764
764
  }
765
765
  .menu {
766
766
  display: flex;
767
- flex-direction: column
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