fix: remove all:initial rule from all div based ui compoennts
This commit is contained in:
@@ -42,7 +42,6 @@ export const Container =
|
||||
ContainerProps >
|
||||
`
|
||||
&& {
|
||||
all: initial;
|
||||
box-sizing: border-box;
|
||||
${props => cssRuleIfExists(props, 'flex-grow')}
|
||||
${props => cssRuleIfExists(props, 'position')}
|
||||
|
Reference in New Issue
Block a user