Merge branch 'monospace-wrap' into 'master'
Fix word-wrap of monospace text See merge request !15
This commit is contained in:
commit
38b231c5d9
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