GUAC-1440: Fix rendering of textarea elements within the admin UI.

This commit is contained in:
Michael Jumper
2015-12-16 17:06:16 -08:00
parent 41297c5079
commit 8ec255d545

View File

@@ -42,6 +42,7 @@ textarea {
max-width: none;
width: 30em;
height: 10em;
white-space: nowrap;
white-space: pre;
word-wrap: normal;
overflow: auto;
}