Skip to content

Commit

Permalink
fix: Fixed the non-breaking of links causing text to display on singl…
Browse files Browse the repository at this point in the history
…e line with overflow
  • Loading branch information
UbiquitousBear committed Jun 15, 2016
1 parent 1e11126 commit 5e3e36f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion design.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ body span.message{
min-height:30px;
line-height: 30px;
width: calc(100% - 250px);
word-break: normal;
word-break: break-word;
overflow-wrap: break-word;
}

body span.message img.emoticon {
Expand Down

0 comments on commit 5e3e36f

Please sign in to comment.