Skip to content

Commit

Permalink
Merge pull request #20 from shamiln/bugfix/fix-word-breaking
Browse files Browse the repository at this point in the history
fix: Fixed the non-breaking of links causing text to display on singl…
  • Loading branch information
UbiquitousBear authored Jun 15, 2016
2 parents 1e11126 + 5e3e36f commit a39d9d4
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 a39d9d4

Please sign in to comment.