Fixed dropdown menu width

This commit is contained in:
Sodbileg Gansukh 2022-11-14 10:42:10 +08:00
parent f846ceb7ed
commit 4af198a19f
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -512,7 +512,7 @@ production stylesheet in assets/built/screen.css
grid-template-columns: 1fr 1fr;
grid-auto-flow: column;
column-gap: 40px;
width: auto;
min-width: 320px;
padding: 20px 32px;
}