config mode: allow mort width in style for input fields and selectboxes

This commit is contained in:
Ruben Barkow 2017-09-29 13:13:36 +02:00 committed by GitHub
parent 86e89a86d1
commit 4f62351c88

View File

@ -351,7 +351,7 @@ input[type=image] {
select,
input[type=text],
input[type=password] {
width: 20em;
min-width: 20em;
}
input.gluon-button {