Fix word-wrap of monospace text

This commit is contained in:
Joel Addison 2017-07-03 21:48:46 +10:00
parent 7e5fbc27ea
commit 82450bfb42

View file

@ -1,3 +1,3 @@
.label-required:after { content: ' *'; }
textarea, .monospace-text { font-family: Hack, monospace; }
.monospace-text { white-space: pre; }
.monospace-text { white-space: pre-wrap; }