diff options
| author | Stephen Blott | 2014-11-29 12:20:11 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-11-29 12:20:11 +0000 | 
| commit | c6f78f1a9191eeb781c3718ac10a8b06408c3441 (patch) | |
| tree | 8c6573a9f1004012ea21d54cd330ba3876242f96 /pages/options.html | |
| parent | 2b06bebef4837f515ce1a85b0b8efa0af6f5d125 (diff) | |
| download | vimium-c6f78f1a9191eeb781c3718ac10a8b06408c3441.tar.bz2 | |
Options; Reintroduce min-height for exclusion rules.
We need to keep *some* minimum height to avoid the help texts colliding.
Diffstat (limited to 'pages/options.html')
| -rw-r--r-- | pages/options.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/pages/options.html b/pages/options.html index ab99c226..68b615e3 100644 --- a/pages/options.html +++ b/pages/options.html @@ -171,6 +171,7 @@          overflow-x: hidden;          overflow-y: auto;          max-height: 135px; +        min-height: 75px;          border-radius: 2px;          color: #444;          width: 100% | 
