From e73df9ed1d076c19aca384d9967f9257ac020b4e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 24 Feb 2016 23:16:42 +0100 Subject: give nav dropdowns a fixed width to preventtext-overflow: ellipsis cut of to much of the text in some situations --- view/css/bootstrap-red.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/css') 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; } -- cgit v1.2.3