You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
min-width: 0 & min-height: 0 are often needed with flex and overflow styling. It would be great if denali had min-w-0 & min-h-0 helpers (similar to what is in tailwind-css).
Update:
Also, add .h-full { height: 100% !important; } to compliment the existing .w-full
The text was updated successfully, but these errors were encountered:
min-width: 0
&min-height: 0
are often needed with flex and overflow styling. It would be great if denali hadmin-w-0
&min-h-0
helpers (similar to what is in tailwind-css).Update:
Also, add
.h-full { height: 100% !important; }
to compliment the existing.w-full
The text was updated successfully, but these errors were encountered: