From: Ittay Stern Date: Wed, 25 Dec 2019 12:45:33 +0000 (+0200) Subject: Make more room for buttons on component-popup bottom row X-Git-Tag: 6.0.1~34 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F99910%2F1;p=vid.git Make more room for buttons on component-popup bottom row This reduces the place on the `form-general-error` area, which lead to text-overflow issues to be visible. Therefore, had to recalculate the CSS heights/width of that error area. Issue-ID: VID-724 Change-Id: Iac2689da31c4fa0e1aaedc6586199eef21f8bc63 Signed-off-by: Ittay Stern --- diff --git a/vid-webpack-master/src/app/shared/components/formGeneralErrors/formGeneralErrors.component.scss b/vid-webpack-master/src/app/shared/components/formGeneralErrors/formGeneralErrors.component.scss index 988d12cd6..6728147bb 100644 --- a/vid-webpack-master/src/app/shared/components/formGeneralErrors/formGeneralErrors.component.scss +++ b/vid-webpack-master/src/app/shared/components/formGeneralErrors/formGeneralErrors.component.scss @@ -11,8 +11,7 @@ background: rgb(207,41,41); text-align: center; padding-top: 18px; - width: 77px; - height: 110px; + height: 66px; float: left; } @@ -32,7 +31,7 @@ .parentbox { padding-right: 0; - line-height: 67px; + height: 66px; } .parentbox:before { diff --git a/vid-webpack-master/src/app/shared/components/genericFormPopup/generic-form-popup.component.html b/vid-webpack-master/src/app/shared/components/genericFormPopup/generic-form-popup.component.html index 2b2c2a75d..6bb1ff156 100644 --- a/vid-webpack-master/src/app/shared/components/genericFormPopup/generic-form-popup.component.html +++ b/vid-webpack-master/src/app/shared/components/genericFormPopup/generic-form-popup.component.html @@ -48,12 +48,12 @@