From 608ac0080838f9782e03ad3ce13c7a600f4f0498 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 5 Jan 2021 15:01:16 -0500 Subject: [PATCH] LP1888723 Copy value counts separation Provide a small amount of padding and light vertical border for the item value summary counts so the counts don't blend with longer values (e.g. long call numbers, etc.) Signed-off-by: Bill Erickson Signed-off-by: Ruth Frasur Signed-off-by: Galen Charlton --- .../src/eg2/src/app/staff/share/holdings/batch-item-attr.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/share/holdings/batch-item-attr.component.html b/Open-ILS/src/eg2/src/app/staff/share/holdings/batch-item-attr.component.html index 64c985fad6..bd87837ece 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holdings/batch-item-attr.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/holdings/batch-item-attr.component.html @@ -52,7 +52,7 @@ {{count.key}} -
{{count.value}} copies
+
{{count.value}} copies
-- 2.11.0