misc: add a bit of padding to list of criterias/columns to avoid scroll (#88684)

This commit is contained in:
Frédéric Péters 2024-03-26 12:55:20 +01:00
parent 770f2dbae2
commit 6d4f720219
1 changed files with 1 additions and 0 deletions

View File

@ -1162,6 +1162,7 @@ div.PrefillSelectionWidget div.content input[type=submit] {
ul#field-filter,
ul.columns-filter {
list-style: none;
padding-bottom: 1px;
padding-left: 0;
margin-left: 0;
max-height: calc(100vh - 14em);