From bffa092efc863883e411a3ee8bf689343483407c Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 1 Dec 2014 16:09:40 +0000 Subject: [PATCH] Set textarea to get height from rows attribute --- etemplate/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index b6d9b701b2..c8f0125267 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -266,7 +266,7 @@ button#cancel { * Text box */ .et2_textbox { - + height: auto; } .et2_textbox_ro { white-space: pre-wrap;