Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Prevent comments from overflow the container
Browse files Browse the repository at this point in the history
Use official 'break-all' value (instead of 'break-word') to provide cross-platform support
  • Loading branch information
artkravchenko committed Jun 3, 2017
1 parent 023a90c commit 6df6194
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/less/blocks/comment.less
Expand Up @@ -54,7 +54,9 @@

.comment__body {
padding: 15px;
min-width: 0;
flex: 1;
word-break: break-all;
background: #fff;
}

Expand Down

0 comments on commit 6df6194

Please sign in to comment.