left margin fix
authorStephanie Leary <stephanie.leary@equinoxOLI.org>
Wed, 9 Nov 2022 21:13:28 +0000 (15:13 -0600)
committerJason Etheridge <jason@EquinoxOLI.org>
Wed, 4 Jan 2023 13:44:01 +0000 (08:44 -0500)
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/share/bib-staff-view/bib-staff-view.component.css

index 87deae6..38ed9c8 100644 (file)
@@ -6,6 +6,10 @@
     margin-bottom: 0.5rem;
 }
 
+.eg-bib-staff-view > .row:first-child {
+    margin-left: 0;
+}
+
 .eg-bib-staff-view .bib-details ul {
     padding-left: 0;
 }