diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-15 14:49:14 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-15 14:49:14 +0100 |
commit | 4744e5024438a7c81fac199a0efd35a7a03aa86e (patch) | |
tree | 6ca9268a720e4155efa7dbae1368df6c0c7353d1 /view/css | |
parent | 61f105da6fcd10999178f40a1bdfea7b1cd388dc (diff) | |
download | volse-hubzilla-4744e5024438a7c81fac199a0efd35a7a03aa86e.tar.gz volse-hubzilla-4744e5024438a7c81fac199a0efd35a7a03aa86e.tar.bz2 volse-hubzilla-4744e5024438a7c81fac199a0efd35a7a03aa86e.zip |
note widget: whitespace and resize the textarea to reveal full content
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index 402c3f473..abaf03038 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -65,7 +65,7 @@ li:hover .widget-nav-pills-icons { padding: 5px; width: 100%; resize: vertical; - height: 250px; + min-height: 250px; } /* saved searches */ |