diff options
author | Lvbo163 <lv.bo163@zte.com.cn> | 2017-09-08 17:06:21 +0800 |
---|---|---|
committer | Lvbo163 <lv.bo163@zte.com.cn> | 2017-09-08 17:06:21 +0800 |
commit | d65b413cc3d03d4ce042a116c1b348a76de3a9ab (patch) | |
tree | 4c1e651f319918d5d303ac52b085eac54c014b47 /sdc-workflow-designer-ui | |
parent | 5a25850bf3006f17690bf999f6c58d27eb97e0b7 (diff) |
adjust textarea style
change textarea height to auto.
Issue-ID: SDC-297
Change-Id: Ifbe1d30c5ee7a3a86b071e1e7e82e52a1492fd92
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
Diffstat (limited to 'sdc-workflow-designer-ui')
-rw-r--r-- | sdc-workflow-designer-ui/src/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |