aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-02-24 23:16:42 +0100
committerMario Vavti <mario@mariovavti.com>2016-02-24 23:16:42 +0100
commite73df9ed1d076c19aca384d9967f9257ac020b4e (patch)
tree2b96d008e4d002b206c57fceb52ba07b04c3b0ad /view
parentb101a8f6fb3fd3ec0d5466ba1bb7bc9dc9480fba (diff)
downloadvolse-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.css2
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;
}