Merge pull request #170 from mewtaylor/issue/gh-131

Fix GH-131: Add a larger width on small inputs
This commit is contained in:
Matthew Taylor 2017-10-31 10:22:03 -04:00 committed by GitHub
commit 949947c215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,6 @@ See https://github.com/LLK/scratch-paint/issues/13 */
} }
.input-small { .input-small {
width: 3rem; width: 3.5rem;
text-align: center; text-align: center;
} }