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

ui: Use monospace font for textarea controls.
pull/3532/head
James Phillips 7 years ago committed by GitHub
commit 4f2dccc2a9

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

Loading…
Cancel
Save