From: Galen Charlton Date: Tue, 25 Feb 2020 18:01:14 +0000 (-0500) Subject: LP#1850547: add 50px of bottom margin the Angular interface across the board X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=81cae64d3bde4e8711f9f85a4f47f114ccdfe832;p=working%2FEvergreen.git LP#1850547: add 50px of bottom margin the Angular interface across the board This fixes a problem where the bottom of some interfaces was getting clipped. Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/staff.component.css b/Open-ILS/src/eg2/src/app/staff/staff.component.css index 508d879b9b..24b94fc70b 100644 --- a/Open-ILS/src/eg2/src/app/staff/staff.component.css +++ b/Open-ILS/src/eg2/src/app/staff/staff.component.css @@ -1,6 +1,7 @@ #staff-content-container { width: 95%; margin-top:56px; + margin-bottom: 50px; padding-right: 10px; padding-left: 10px; margin-right: auto;