diff options
| -rw-r--r-- | pages/options.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/options.html b/pages/options.html index acb26aab..8e685304 100644 --- a/pages/options.html +++ b/pages/options.html @@ -170,7 +170,8 @@ overflow: scroll; overflow-x: hidden; overflow-y: auto; - max-height: 135px; + /* Each exclusion rule is about 30px, so this allows 7 before scrolling */ + max-height: 215px; min-height: 75px; border-radius: 2px; color: #444; |
