mirror of
https://github.com/status-im/status-web-archive.git
synced 2025-01-13 17:34:59 +00:00
feat(system): improve Separator component
This commit is contained in:
parent
2dcdfad028
commit
117c497990
@ -14,12 +14,12 @@ export const Separator = styled(Root, {
|
||||
'1': {
|
||||
'&[data-orientation="horizontal"]': {
|
||||
height: '1px',
|
||||
width: '100%',
|
||||
minWidth: '100%',
|
||||
},
|
||||
|
||||
'&[data-orientation="vertical"]': {
|
||||
width: '1px',
|
||||
height: '100%',
|
||||
minHeight: '100%',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user