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:
parent
b101a8f6fb
commit
e73df9ed1d
2
view/css/bootstrap-red.css
vendored
2
view/css/bootstrap-red.css
vendored
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user