From 54d0632b59394c493714f394046c9d64a30be3c0 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 --- 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.11.0