ui: Use monospace font for textarea controls.

This commit is contained in:
Cyril Gaudin 2017-10-02 15:47:33 +02:00
parent 7c7927ff3d
commit d852ee05cd
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 {
font-family: monospace;
height: 130px;
-webkit-transform: translateZ(0);
}