mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-1440: Fix rendering of textarea elements within the admin UI.
This commit is contained in:
@@ -42,6 +42,7 @@ textarea {
|
|||||||
max-width: none;
|
max-width: none;
|
||||||
width: 30em;
|
width: 30em;
|
||||||
height: 10em;
|
height: 10em;
|
||||||
white-space: nowrap;
|
white-space: pre;
|
||||||
|
word-wrap: normal;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user