From c9a71e231684573c46b6b2b5d7d74dda926d0c91 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 25 Dec 2019 14:45:33 +0200 Subject: 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 --- .../formGeneralErrors/formGeneralErrors.component.scss | 5 ++--- .../genericFormPopup/generic-form-popup.component.html | 13 ++++++------- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'vid-webpack-master/src/app/shared') 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 @@