aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss
diff options
context:
space:
mode:
authorYarin Dekel <yarind@amdocs.com>2018-07-31 10:10:07 +0300
committerYarin Dekel <yarind@amdocs.com>2018-07-31 13:47:55 +0300
commitaface0df975ad060a6fe76a02d760d4102dcbce2 (patch)
treeb90bc29c94d13d1c5946569528c583aac55aafd4 /workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss
parent12fe45f7982fec92b39c8a981a0f42530e6c1c83 (diff)
fix css test and IO squash
Issue-ID: SDC-1575 Change-Id: I89017be62905c5e12848057b3c07f113396db1b5 Signed-off-by: Yarin Dekel <yarind@amdocs.com>
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss')
-rw-r--r--workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss b/workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss
index 48cd4cff..2ee87387 100644
--- a/workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss
+++ b/workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss
@@ -1,6 +1,6 @@
.sdc-modal {
.custom-modal-wrapper {
- padding: 35px 60px 60px 60px;
+ padding: 35px 60px 20px 60px;
width: auto;
}
@@ -13,4 +13,9 @@
button:first-child {
margin-right: 2em;
}
+}
+
+textarea.field-section.sdc-input__input {
+ height: 75px;
+ padding-top: 5px;
} \ No newline at end of file