fix: increase max-height for really long lists
This commit is contained in:
parent
254bcf3079
commit
b43798b7f2
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export default {
|
|||
}
|
||||
|
||||
&__list {
|
||||
max-height: 17em;
|
||||
max-height: 25em;
|
||||
padding: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue