mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
need word-wrap:break-word on preview
This commit is contained in:
parent
cc21cf16d1
commit
24cf672c7d
@ -314,6 +314,7 @@
|
|||||||
padding: 7px;
|
padding: 7px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
#wmd-input {
|
#wmd-input {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
Reference in New Issue
Block a user