diff --git a/src/styles/components/forms/_input.less b/src/styles/components/forms/_input.less index ff2ec4a..f7eebf1 100644 --- a/src/styles/components/forms/_input.less +++ b/src/styles/components/forms/_input.less @@ -3,7 +3,7 @@ input, textarea, select transition: outline 0.2s ease; display: block; - width: 15em; + width: 20em; padding: 0.5em; border-radius: 0.25em; box-sizing: border-box;