diff --git a/src/components/forms/input.css b/src/components/forms/input.css index 6fba0c59..2de380f4 100644 --- a/src/components/forms/input.css +++ b/src/components/forms/input.css @@ -41,6 +41,6 @@ See https://github.com/LLK/scratch-paint/issues/13 */ } .input-small { - width: 3rem; + width: 3.5rem; text-align: center; }