[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-ui / resources / scss / modules / _softwareProductComponentGeneral.scss
index 67d76f5..6c5bcee 100644 (file)
@@ -3,8 +3,11 @@
     .one-line-textarea {
       height: 30px;
     }
-    .multi-line-textarea > textarea {
-      height: 113px;
+    .multi-line-textarea {
+      height: calc(100% - 25px);
+      textarea {
+        height: inherit;
+      }
     }
   }
   .additional-validation-form {