more word wrap fixes

This commit is contained in:
Mario Vavti 2015-07-07 10:23:39 +02:00
parent 807471d2a5
commit 2d0d5876ba

View File

@ -1932,12 +1932,14 @@ nav .dropdown-menu {
background-color: $comment_item_colour; background-color: $comment_item_colour;
border-bottom-left-radius: $radiuspx; border-bottom-left-radius: $radiuspx;
border-bottom-right-radius: $radiuspx; border-bottom-right-radius: $radiuspx;
word-wrap: break-word;
} }
.section-content-wrapper-np { .section-content-wrapper-np {
background-color: $comment_item_colour; background-color: $comment_item_colour;
border-bottom-left-radius: $radiuspx; border-bottom-left-radius: $radiuspx;
border-bottom-right-radius: $radiuspx; border-bottom-right-radius: $radiuspx;
word-wrap: break-word;
} }
[id^="cloud-index-"]:hover td, [id^="cloud-index-"]:hover td,