give nav dropdowns a fixed width to preventtext-overflow: ellipsis cut of to much of the text in some situations

This commit is contained in:
Mario Vavti 2016-02-24 23:16:42 +01:00
parent b101a8f6fb
commit e73df9ed1d

View File

@ -37,7 +37,7 @@ nav .navbar-header img {
nav .dropdown-menu { nav .dropdown-menu {
max-height: 450px; max-height: 450px;
max-width: 300px; width: 270px;
overflow-y: auto; overflow-y: auto;
margin-top: 0px; margin-top: 0px;
} }