gluon-web-theme: allow more width in style for input fields and selectboxes (#1229)
This commit is contained in:
parent
ced1b7ab98
commit
99c405756f
@ -351,7 +351,7 @@ input[type=image] {
|
|||||||
select,
|
select,
|
||||||
input[type=text],
|
input[type=text],
|
||||||
input[type=password] {
|
input[type=password] {
|
||||||
width: 20em;
|
min-width: 20em;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.gluon-button {
|
input.gluon-button {
|
||||||
|
Loading…
Reference in New Issue
Block a user