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
When you put elements in a Stack with gap, the gap overrides the margins on individual elements because it has higher specificity. (example in codesandbox link below)
When you put elements in a Stack with gap, the gap overrides the margins on individual elements because it has higher specificity. (example in codesandbox link below)
But, if we use the lobotomized owl selector, we can solve this!
I had completely forgot about the lobotomized owl, that article ⬆️ is from 2013! and was reminded of it from a tweet by @adamwathan! cheers to him!
Repro and suggested fix (Stack 2): https://codesandbox.io/s/infallible-proskuriakova-5zwzg
The text was updated successfully, but these errors were encountered: