css/module.less: allow form elements to grow
This commit is contained in:
parent
7a5e3451a5
commit
b2f10764c9
|
@ -22,6 +22,12 @@ input, textarea {
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=text], textarea, select {
|
||||||
|
max-width: 36em;
|
||||||
|
min-width: 20em;
|
||||||
|
width: 63%;
|
||||||
|
}
|
||||||
|
|
||||||
select:hover, input:hover, textarea:hover, select:focus, input:focus, textarea:focus {
|
select:hover, input:hover, textarea:hover, select:focus, input:focus, textarea:focus {
|
||||||
border: 1px solid #666;
|
border: 1px solid #666;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue