summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/_softwareProductValidationResultsPage.scss
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-ui/resources/scss/modules/_softwareProductValidationResultsPage.scss')
-rw-r--r--openecomp-ui/resources/scss/modules/_softwareProductValidationResultsPage.scss18
1 files changed, 17 insertions, 1 deletions
diff --git a/openecomp-ui/resources/scss/modules/_softwareProductValidationResultsPage.scss b/openecomp-ui/resources/scss/modules/_softwareProductValidationResultsPage.scss
index 9ff3696dcb..303f1f041d 100644
--- a/openecomp-ui/resources/scss/modules/_softwareProductValidationResultsPage.scss
+++ b/openecomp-ui/resources/scss/modules/_softwareProductValidationResultsPage.scss
@@ -1,4 +1,20 @@
.validation-results-test-result-label {
- padding-left: 10px
+ padding-left: 10px;
+}
+.validation-results-test-result-json {
+ min-height: 50px;
+ overflow: auto;
+ min-width: 100px;
+ height: 100px;
+ width: 900px;
+ max-width: 900px;
+}
+.validation-results-test-result-string {
+ min-height: 50px;
+ overflow: auto;
+ min-width: 100px;
+ height: 100px;
+ width: 900px;
+ max-width: 900px;
}