1
0
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:
Mateusz Kwasniewski 2022-11-24 13:08:55 +01:00 committed by GitHub
parent 094e80e4fd
commit e809806467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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': {