diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-12-25 14:45:33 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-12-25 14:46:35 +0200 |
commit | c9a71e231684573c46b6b2b5d7d74dda926d0c91 (patch) | |
tree | 4796843d4931dbed5974fa0dc137e0702561f0c6 /vid-webpack-master/src/app/shared/components/formGeneralErrors | |
parent | b32a1d9f80ced9e5c4c2f0a67399f3fd908798dc (diff) |
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 <ittay.stern@att.com>
Diffstat (limited to 'vid-webpack-master/src/app/shared/components/formGeneralErrors')
-rw-r--r-- | vid-webpack-master/src/app/shared/components/formGeneralErrors/formGeneralErrors.component.scss | 5 |
1 files changed, 2 insertions, 3 deletions
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 { |