fix: increase max-height for really long lists

This commit is contained in:
Sebin Nyshkim 2022-01-11 22:54:57 +01:00
parent 254bcf3079
commit b43798b7f2

View file

@ -60,7 +60,7 @@ export default {
} }
&__list { &__list {
max-height: 17em; max-height: 25em;
padding: 1.5rem; padding: 1.5rem;
} }
} }