wrap text properly in MD preview

This commit is contained in:
Sean Yesmunt 2018-11-30 00:49:02 -05:00
parent e9e2fc40d7
commit eb970c7873

View file

@ -77,6 +77,10 @@
}
// Code
pre {
white-space: normal;
}
code {
margin: 16px 0;
padding: 8px;