adjust textarea style 49/11049/1
authorLvbo163 <lv.bo163@zte.com.cn>
Fri, 8 Sep 2017 09:06:21 +0000 (17:06 +0800)
committerLvbo163 <lv.bo163@zte.com.cn>
Fri, 8 Sep 2017 09:06:21 +0000 (17:06 +0800)
change textarea height to auto.

Issue-ID: SDC-297

Change-Id: Ifbe1d30c5ee7a3a86b071e1e7e82e52a1492fd92
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
sdc-workflow-designer-ui/src/styles.css

index 1d000bf..6b32fc3 100644 (file)
     line-height: 30px;
 }
 
+textarea.form-control {
+    height: auto;
+}
+
 .tree-select-class{
     padding: 0;
 }