Prevent words from breaking mid-word in Notifications

This commit is contained in:
Resi Respati 2016-02-14 02:14:13 +07:00
parent bdc9eb8aae
commit baa8d224d7

View File

@ -1836,7 +1836,7 @@ background-repeat: no-repeat;
.stream-item.notification .small-grey-notice,
.stream-item.notification .small-grey-notice a {
color:#999;
word-break: break-all;
word-wrap: break-word;
}
.stream-item.notification .small-grey-notice a:hover {
color:#333;