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:50:26 +0100 |
commit | e2f1ce775860b1bb1ce23b9229d85aed4c748aea (patch) | |
tree | 52cefac0b20acead94fb48e2bc6e38df974e01b5 /view/css | |
parent | 273ab304b9fd3703a230f8af753226368146cac1 (diff) | |
download | volse-hubzilla-e2f1ce775860b1bb1ce23b9229d85aed4c748aea.tar.gz volse-hubzilla-e2f1ce775860b1bb1ce23b9229d85aed4c748aea.tar.bz2 volse-hubzilla-e2f1ce775860b1bb1ce23b9229d85aed4c748aea.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 */ |