diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-02-24 23:16:42 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-02-24 23:16:42 +0100 |
commit | e73df9ed1d076c19aca384d9967f9257ac020b4e (patch) | |
tree | 2b96d008e4d002b206c57fceb52ba07b04c3b0ad /view | |
parent | b101a8f6fb3fd3ec0d5466ba1bb7bc9dc9480fba (diff) | |
download | volse-hubzilla-e73df9ed1d076c19aca384d9967f9257ac020b4e.tar.gz volse-hubzilla-e73df9ed1d076c19aca384d9967f9257ac020b4e.tar.bz2 volse-hubzilla-e73df9ed1d076c19aca384d9967f9257ac020b4e.zip |
give nav dropdowns a fixed width to preventtext-overflow: ellipsis cut of to much of the text in some situations
Diffstat (limited to 'view')
-rw-r--r-- | view/css/bootstrap-red.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 29164c7ad..777bf69eb 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -37,7 +37,7 @@ nav .navbar-header img { nav .dropdown-menu { max-height: 450px; - max-width: 300px; + width: 270px; overflow-y: auto; margin-top: 0px; } |