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
because it sucks that panels add padding to places you can't control easily.
I have a theory that this is the whole reason innerClassName and the padding prop is a thing.
If our containers didn't have their own padding, consumers could pass in components with whatever whitespace they wanted and not have to reset stuff through css
The text was updated successfully, but these errors were encountered:
Seems too drastic for the moment. We are going to try having more unified padding in the components (it is currently sometimes 10px and sometimes 15px) so you don't have to override quite as often.
on many of the panels on appsman we use this class:
because it sucks that panels add padding to places you can't control easily.
I have a theory that this is the whole reason
innerClassName
and thepadding
prop is a thing.If our containers didn't have their own padding, consumers could pass in components with whatever whitespace they wanted and not have to reset stuff through css
The text was updated successfully, but these errors were encountered: