diff --git a/resources/skins.citizen.styles/components/Drawer.less b/resources/skins.citizen.styles/components/Drawer.less index 65654c881..5c016b1c8 100644 --- a/resources/skins.citizen.styles/components/Drawer.less +++ b/resources/skins.citizen.styles/components/Drawer.less @@ -33,7 +33,7 @@ &__menu { --size-icon: 1rem; display: grid; - grid-template-columns: repeat( auto-fit, 15rem ); + grid-template-columns: repeat( auto-fit, minmax( 15rem, auto ) ); gap: var( --space-sm ); justify-content: center; max-width: 92vw;