LP#1850547: add 50px of bottom margin the Angular interface across the board
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 25 Feb 2020 18:01:14 +0000 (13:01 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 26 Aug 2020 17:26:38 +0000 (13:26 -0400)
This fixes a problem where the bottom of some interfaces was getting
clipped.

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/staff.component.css

index 508d879..24b94fc 100644 (file)
@@ -1,6 +1,7 @@
 #staff-content-container {
   width: 95%;
   margin-top:56px;
+  margin-bottom: 50px;
   padding-right: 10px;
   padding-left: 10px;
   margin-right: auto;