From: Lvbo163 Date: Fri, 8 Sep 2017 09:06:21 +0000 (+0800) Subject: adjust textarea style X-Git-Tag: v1.0.0~48 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F11049%2F1;p=sdc%2Fsdc-workflow-designer.git adjust textarea style change textarea height to auto. Issue-ID: SDC-297 Change-Id: Ifbe1d30c5ee7a3a86b071e1e7e82e52a1492fd92 Signed-off-by: Lvbo163 --- 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; }