aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/bootstrap-cust/_modals.scss
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-ui/resources/scss/bootstrap-cust/_modals.scss')
-rw-r--r--openecomp-ui/resources/scss/bootstrap-cust/_modals.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/openecomp-ui/resources/scss/bootstrap-cust/_modals.scss b/openecomp-ui/resources/scss/bootstrap-cust/_modals.scss
index 6bc6e46b2f..6a825b811e 100644
--- a/openecomp-ui/resources/scss/bootstrap-cust/_modals.scss
+++ b/openecomp-ui/resources/scss/bootstrap-cust/_modals.scss
@@ -7,7 +7,12 @@
}
.modal-body{
- padding: 15px;
+ padding: 0;
+ .validation-form-content {
+ padding: 50px;
+ overflow-y: auto;
+ max-height: 490px;
+ }
}
.modal-footer {