From: Bill Erickson Date: Mon, 4 Jun 2018 14:39:49 +0000 (-0400) Subject: LP#1775466 Catalog bib summary tighter style X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d9fd9072133b3511ee7511b75197523cf6171edf;p=working%2FEvergreen.git LP#1775466 Catalog bib summary tighter style Signed-off-by: Bill Erickson --- 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 {