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
Add files via upload
Bug fix: min-width changed to 1px from 0 to fix cells not wrapping
Improvement: use :where() to lower default values and reset's specificity to 0.
Optimization: changed *:nth-child() to :nth-child as * is not required.