Skip to content

Commit

Permalink
feat(core): ✨ allow drawer menu to expand in smaller screen
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed May 2, 2024
1 parent 29e7d84 commit 5a5b4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins.citizen.styles/components/Drawer.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5a5b4aa

Please sign in to comment.