From 1eb630d817188ad91a437a81a796424071b4eac1 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 4 Jun 2018 10:39:49 -0400 Subject: [PATCH] LP#1775466 Catalog bib summary tighter style Signed-off-by: Bill Erickson --- .../src/eg2/src/app/staff/share/bib-summary/bib-summary.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.ts b/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.ts index cda892f57c..77f70f2bdc 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.ts @@ -5,7 +5,8 @@ import {EgCatalogService} from '@eg/share/catalog/catalog.service'; @Component({ selector: 'eg-bib-summary', - templateUrl: 'bib-summary.component.html' + templateUrl: 'bib-summary.component.html', + styles: ['.eg-bib-summary .card-header {padding: .25rem .5rem}'] }) export class EgBibSummaryComponent implements OnInit { -- 2.11.0