Skip to content

Commit

Permalink
solving issue: codebuddies#837
Browse files Browse the repository at this point in the history
to solve the overflow problem of long URLs on discussion threads
  • Loading branch information
piyushmittal25 committed Apr 19, 2018
1 parent 10bef3e commit 972d3d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/css/_discussion.scss
Expand Up @@ -55,3 +55,6 @@
.preview-pane {
padding: 6px 12px;
}
p{
overflow-wrap: break-word;
}

0 comments on commit 972d3d7

Please sign in to comment.