From a386b82e7cb954ca452f08225b8ff79b84a70ada Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 6 Aug 2019 11:32:18 -0400 Subject: [PATCH] LP1823981 eg-bool component padding Add a whiff of padding to the component so the so there is some separation between the text and the badge border. Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/share/util/bool.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/share/util/bool.component.ts b/Open-ILS/src/eg2/src/app/share/util/bool.component.ts index a7363b330d..bfbf054553 100644 --- a/Open-ILS/src/eg2/src/app/share/util/bool.component.ts +++ b/Open-ILS/src/eg2/src/app/share/util/bool.component.ts @@ -6,10 +6,10 @@ import {Component, Input} from '@angular/core'; selector: 'eg-bool', template: ` - Yes - No + Yes + No - Unset + Unset ` }) -- 2.43.2