only wrap menu rows in top menu

This commit is contained in:
Hannes Mannerheim 2016-01-18 21:45:17 +01:00
parent 3cc2eb3f14
commit 830ef883e0

View File

@ -498,7 +498,7 @@ body.rtl .dropdown-menu li:not(.dropdown-caret) {
white-space: nowrap;
text-decoration: none;
}
.dropdown-menu li.fullwidth:not(.dropdown-caret) a {
.quitter-settings.dropdown-menu li.fullwidth:not(.dropdown-caret) a {
white-space: normal;
width: 100%;
box-sizing:border-box;