Skip to content
Snippets Groups Projects
Commit df51d088 authored by lain's avatar lain
Browse files

Fix long word breaking in notifications.

parent 4c5d60ab
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@
border-bottom: 1px solid silver;
.text {
min-width: 0px;
word-wrap: break-word;
.icon-retweet {
color: $green;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment