ui: Use monospace font for textarea controls.

This commit is contained in:
Cyril Gaudin 2017-10-02 15:47:33 +02:00
parent 93bf819c36
commit b523a01ac1
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -38,6 +38,7 @@
} }
textarea.form-control { textarea.form-control {
font-family: monospace;
height: 130px; height: 130px;
-webkit-transform: translateZ(0); -webkit-transform: translateZ(0);
} }