Merge branch 'monospace-wrap' into 'master'

Fix word-wrap of monospace text

See merge request !15
This commit is contained in:
Sachi King 2017-07-03 12:04:08 +00:00
commit 38b231c5d9

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; }