Merge pull request #308 from glyptodon/multiline-ff

GUAC-1440: Fix rendering of textarea elements within the admin UI.
This commit is contained in:
James Muehlner
2015-12-16 17:08:29 -08:00

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