From d65b413cc3d03d4ce042a116c1b348a76de3a9ab Mon Sep 17 00:00:00 2001 From: Lvbo163 Date: Fri, 8 Sep 2017 17:06:21 +0800 Subject: adjust textarea style change textarea height to auto. Issue-ID: SDC-297 Change-Id: Ifbe1d30c5ee7a3a86b071e1e7e82e52a1492fd92 Signed-off-by: Lvbo163 --- sdc-workflow-designer-ui/src/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sdc-workflow-designer-ui/src/styles.css') diff --git a/sdc-workflow-designer-ui/src/styles.css b/sdc-workflow-designer-ui/src/styles.css index 1d000bfc..6b32fc30 100644 --- a/sdc-workflow-designer-ui/src/styles.css +++ b/sdc-workflow-designer-ui/src/styles.css @@ -23,6 +23,10 @@ line-height: 30px; } +textarea.form-control { + height: auto; +} + .tree-select-class{ padding: 0; } -- cgit 1.2.3-korg