commento-common.scss: preserve newline in code blocks

Closes https://gitlab.com/commento/commento/issues/164
This commit is contained in:
Adhityaa Chandrasekar 2019-05-03 19:50:27 -04:00
parent 0a793b90cc
commit 038b6780d2

View File

@ -3,6 +3,7 @@
code { code {
font-family: monospace; font-family: monospace;
font-size: 13px; font-size: 13px;
white-space: pre;
} }
a { a {