diff --git a/src/mantine-core/src/List/ListItem/ListItem.styles.ts b/src/mantine-core/src/List/ListItem/ListItem.styles.ts index fb2f7c6a4b4..4b2bb60ffdc 100644 --- a/src/mantine-core/src/List/ListItem/ListItem.styles.ts +++ b/src/mantine-core/src/List/ListItem/ListItem.styles.ts @@ -28,6 +28,7 @@ export default createStyles((theme, { spacing, center }: ListItemStyles, getRef) [`& .${getRef('itemWrapper')}`]: { display: 'inline-flex', alignItems: center ? 'center' : 'flex-start', + flexDirection: 'row', }, },