diff --git a/web/app/components/input/__field/input__field.scss b/web/app/components/input/__field/input__field.scss index 8f50cb41..6531b563 100644 --- a/web/app/components/input/__field/input__field.scss +++ b/web/app/components/input/__field/input__field.scss @@ -2,7 +2,7 @@ $lineHeight: 1.4; $fontSize: 16px; $paddingVrt: 10px; - $lines: 3; + $lines: 4; $height: calc($fontSize * $lineHeight * $lines + $paddingVrt * 2); box-sizing: border-box;