mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 22:21:22 +00:00
GUACAMOLE-292: Add support for email fields.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
/* Do not stretch attributes to fit available area */
|
||||
.attributes input[type=text],
|
||||
.attributes input[type=email],
|
||||
.attributes input[type=password],
|
||||
.attributes input[type=number] {
|
||||
width: auto;
|
||||
|
@@ -19,6 +19,7 @@
|
||||
|
||||
/* Do not stretch connection parameters to fit available area */
|
||||
.connection-parameters input[type=text],
|
||||
.connection-parameters input[type=email],
|
||||
.connection-parameters input[type=password],
|
||||
.connection-parameters input[type=number] {
|
||||
width: auto;
|
||||
|
Reference in New Issue
Block a user