Merge pull request #3531 from hashicorp/pr-3521-slackpad

ui: Use monospace font for textarea controls.
This commit is contained in:
James Phillips 2017-10-04 09:53:41 -07:00 committed by GitHub
commit 6529c505a5
3 changed files with 35 additions and 34 deletions

File diff suppressed because one or more lines are too long

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