mirror of
https://github.com/discourse/discourse.git
synced 2025-06-08 00:27:32 +08:00
need word-wrap:break-word on preview
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user