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
<Box/> currently overrides its own padding in certain contexts e.g. when used within the primary slot of a <Split/>. While this is nice to quickly lay out a view it causes issues when you want to create multiple columns.
<Box/>
currently overrides its own padding in certain contexts e.g. when used within theprimary
slot of a<Split/>
. While this is nice to quickly lay out a view it causes issues when you want to create multiple columns.This can be partly remedied as described in https://github.com/aragon/aragon-ui/issues/784 but it's not an ideal solution either.
I will write up a proposal but stubbing this now before I forget.
The text was updated successfully, but these errors were encountered: