Markdown file container respects line breaks

This commit is contained in:
Fraser Crichton
2020-04-03 23:04:49 +13:00
committed by Lachlan Kermode
parent 9d463e2910
commit def3088af9

View File

@@ -306,6 +306,7 @@ $overlay-bg: rgba(239,239,239,0.9);
.md-container {
width: 100%;
overflow-wrap: break-word;
white-space: pre-line;
}
}