break rows in stream menu

This commit is contained in:
Hannes Mannerheim 2016-01-22 21:27:30 +01:00
parent 0fe484d7db
commit 3d6b6f00dc

View File

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