mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +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,
|
borderRadius: theme.shape.borderRadiusLarge,
|
||||||
padding: theme.spacing(0.5),
|
padding: theme.spacing(0.5),
|
||||||
[theme.breakpoints.up('md')]: {
|
[theme.breakpoints.up('md')]: {
|
||||||
gridTemplateColumns: 'auto minmax(0, 1fr)',
|
gridTemplateColumns: '2fr 3fr',
|
||||||
},
|
},
|
||||||
|
|
||||||
'& dl': {
|
'& dl': {
|
||||||
|
Loading…
Reference in New Issue
Block a user