Merge pull request #780 from rschamp/bugfix/769

Don't use a static width for inputs
This commit is contained in:
Ray Schamp 2016-07-28 10:40:13 -04:00 committed by GitHub
commit 9a05016545

View file

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