From: Bill Erickson Date: Tue, 6 Aug 2019 15:32:18 +0000 (-0400) Subject: LP1823981 eg-bool component padding X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a386b82e7cb954ca452f08225b8ff79b84a70ada;p=working%2FEvergreen.git 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 --- 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 ` })