diff options
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; } |