From a8a3506031339174e7bf3cb9300cc9883e936999 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 1 Dec 2014 16:11:20 +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 19a4bd7706..083e6cc231 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;