daisyui 4.4.16 → 4.4.17

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/full.css CHANGED
@@ -3067,7 +3067,8 @@ html {
3067
3067
  width: 100%}
3068
3068
  .drawer-content {
3069
3069
  grid-column-start: 2;
3070
- grid-row-start: 1}
3070
+ grid-row-start: 1;
3071
+ min-width: 0px}
3071
3072
  .drawer-side {
3072
3073
  pointer-events: none;
3073
3074
  position: fixed;
package/dist/styled.css CHANGED
@@ -461,6 +461,7 @@
461
461
  .drawer-content {
462
462
  grid-column-start: 2;
463
463
  grid-row-start: 1;
464
+ min-width: 0px;
464
465
  }
465
466
  .drawer-side {
466
467
  pointer-events: none;