diff --git a/less/forms.less b/less/forms.less index 77b5135a4040..c0b013d88a35 100644 --- a/less/forms.less +++ b/less/forms.less @@ -79,7 +79,7 @@ input[type="tel"], input[type="color"], .uneditable-input { display: inline-block; - height: @baseLineHeight; + height: @baseLineHeight * 1.5; padding: 4px 6px; margin-bottom: 9px; font-size: @baseFontSize;