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
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
This selector seems to be causing some strange behaviour for elements on my site - it looks like it has a high specificity level that's overriding margins on my own components.
Wondering if you have any ideas or suggestions for this?
Cheers!
The text was updated successfully, but these errors were encountered:
This was a fix to solve bottom margin on the last elements in a grid messing everything up. Particularly with default margin bottom on type elements. It tends to be more helpful than destructive. However, the only workaround I know of is !important.
So if you can think of a more graceful way, let me know.
Seeing as you're now using helper classes for grid columns, as well as for the flex fallback, perhaps this fix could be added to those instead? What do you think?
Hi there,
This selector seems to be causing some strange behaviour for elements on my site - it looks like it has a high specificity level that's overriding margins on my own components.
Wondering if you have any ideas or suggestions for this?
Cheers!
The text was updated successfully, but these errors were encountered: