diff --git a/lib/forms.less b/lib/forms.less index fc30618a4f..a1fdbd9373 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -108,6 +108,9 @@ input[type=file] { height: @baseline * 1.5; line-height: @baseline * 1.5; } +select { + float: left; +} textarea { height: auto;