From f2623de766a27fe2188bb756cb7f438f33a3f5d0 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 9 Jun 2015 19:00:12 -0400 Subject: [PATCH] #2374, Dont set height of textarea with rows set --- src/definitions/collections/form.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/definitions/collections/form.less b/src/definitions/collections/form.less index 74f39506d..2e886c2c8 100755 --- a/src/definitions/collections/form.less +++ b/src/definitions/collections/form.less @@ -142,7 +142,6 @@ } /* Text Area */ -.ui.textarea, .ui.form textarea { margin: 0em; -webkit-appearance: none; @@ -158,11 +157,13 @@ box-shadow: @inputBoxShadow; transition: @textAreaTransition; font-size: @textAreaFontSize; + line-height: @textAreaLineHeight; + resize: @textAreaResize; +} +.ui.form textarea:not([rows]) { height: @textAreaHeight; min-height: @textAreaMinHeight; max-height: @textAreaMaxHeight; - line-height: @textAreaLineHeight; - resize: @textAreaResize; } .ui.form textarea,