wrap text properly in MD preview
This commit is contained in:
parent
e9e2fc40d7
commit
eb970c7873
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@
|
|||
}
|
||||
|
||||
// Code
|
||||
pre {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
code {
|
||||
margin: 16px 0;
|
||||
padding: 8px;
|
||||
|
|
Loading…
Add table
Reference in a new issue