mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Minor CSS change
This commit is contained in:
parent
1eec92419e
commit
4dee9cd79c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue