From e69983b391388b9967ff9920efc044819d8d4829 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 25 Feb 2020 13:01:14 -0500 Subject: [PATCH] add 50px of bottom margin the Angular interface across the board Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/staff/staff.component.css | 1 + 1 file changed, 1 insertion(+) 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; -- 2.11.0