Fixed dropdown menu width
This commit is contained in:
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
|
@ -512,7 +512,7 @@ production stylesheet in assets/built/screen.css
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
column-gap: 40px;
|
column-gap: 40px;
|
||||||
width: auto;
|
min-width: 320px;
|
||||||
padding: 20px 32px;
|
padding: 20px 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue