mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-20 20:11:19 -04:00
need word-wrap:break-word on preview
This commit is contained in:
parent
cc21cf16d1
commit
24cf672c7d
1 changed files with 1 additions and 0 deletions
|
@ -314,6 +314,7 @@
|
|||
padding: 7px;
|
||||
margin: 0;
|
||||
background-color: $white;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
#wmd-input {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue