mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
we forgot word-wrap: break word on post body
This commit is contained in:
parent
9165769da2
commit
c23c8a7e3a
1 changed files with 1 additions and 2 deletions
|
@ -480,11 +480,10 @@ iframe {
|
|||
|
||||
.contents .cooked {
|
||||
padding-right: 30px;
|
||||
word-wrap: break-word;
|
||||
h1, h2, h3 {margin: 10px 0;}
|
||||
ul, ol {margin: 0 0 0 20px;}
|
||||
li p {margin: 3px 0;}
|
||||
|
||||
|
||||
}
|
||||
|
||||
a.mention {
|
||||
|
|
Loading…
Reference in a new issue