[mv3] Minor CSS change

This commit is contained in:
Raymond Hill 2025-07-08 07:47:48 -04:00
parent 1eec92419e
commit 4dee9cd79c
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -76,7 +76,7 @@
#ubol-picker #candidateFilters {
font-family: monospace;
font-size: small;
max-height: 40vh;
max-height: min(20em, 40vh);
min-height: 6em;
overflow-y: auto;
word-break: break-all;