mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix: make gaps 1px instead of 2px (#8351)
This PR reduces the gaps/borders between items in the dashboard grids to 1px.
This commit is contained in:
parent
415e3489d4
commit
38b33aa032
@ -11,7 +11,7 @@ const ContentGrid = styled('article')(({ theme }) => {
|
|||||||
borderRadius: `${theme.shape.borderRadiusLarge}px`,
|
borderRadius: `${theme.shape.borderRadiusLarge}px`,
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
border: `0.5px solid ${theme.palette.divider}`,
|
border: `0.5px solid ${theme.palette.divider}`,
|
||||||
gap: `2px`,
|
gap: `1px`,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexFlow: 'column nowrap',
|
flexFlow: 'column nowrap',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user