Don't use a static width for inputs

Fixes #769
This commit is contained in:
Ray Schamp 2016-07-28 10:39:18 -04:00
parent 668f141457
commit 7e8fddef18

View file

@ -21,7 +21,7 @@
}
.input {
width: $cols5;
width: 100%;
}
}