Fix word-wrap of monospace text
This commit is contained in:
parent
7e5fbc27ea
commit
82450bfb42
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue