config mode: allow mort width in style for input fields and selectboxes
This commit is contained in:
parent
86e89a86d1
commit
4f62351c88
@ -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