Skip to content

Commit

Permalink
solving issue: #837 overflow problem of bigger links in discussion th…
Browse files Browse the repository at this point in the history
…read (#839)

* solving issue: #837 

to solve the overflow problem of long URLs on discussion threads

* Update _discussion.scss
  • Loading branch information
piyushmittal25 authored and lpatmo committed Apr 21, 2018
1 parent 7f64b13 commit f6846a8
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 f6846a8

Please sign in to comment.