misc: add a bit of padding to list of criterias/columns to avoid scroll (#88684)
gitea/wcs/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2024-03-26 12:55:20 +01:00
parent 4d5b309986
commit 3cb8aeda88
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);