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
It makes my table much narrower than without this style, and I can't figure out how to override it to get the default table layout. What's the right way to effectively cancel this rule? I've tried table { width: initial !important } but no luck.
no !important required to override a :where() selectors, you should be able to just set a new width value for your table and it's g2g 👍🏻 the clue that the change doesnt feel like it's taking effect, may mean the sizing issue is elsewhere.
you may also want to overwrite the max width on td, if you're looking to have a wider table:
I'm having trouble with this style:
open-props/src/extra/normalize.src.css
Lines 298 to 299 in 59bb7e5
It makes my table much narrower than without this style, and I can't figure out how to override it to get the default table layout. What's the right way to effectively cancel this rule? I've tried
table { width: initial !important }
but no luck.This changed in #394.
The text was updated successfully, but these errors were encountered: