Prevent words from breaking mid-word in Notifications
This commit is contained in:
parent
bdc9eb8aae
commit
baa8d224d7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user