mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
log widths should be equal size (#2524)
This commit is contained in:
parent
094e80e4fd
commit
e809806467
@ -25,7 +25,7 @@ const StyledContainerListItem = styled('li')(({ theme }) => ({
|
||||
borderRadius: theme.shape.borderRadiusLarge,
|
||||
padding: theme.spacing(0.5),
|
||||
[theme.breakpoints.up('md')]: {
|
||||
gridTemplateColumns: 'auto minmax(0, 1fr)',
|
||||
gridTemplateColumns: '2fr 3fr',
|
||||
},
|
||||
|
||||
'& dl': {
|
||||
|
Loading…
Reference in New Issue
Block a user