From 608ac0080838f9782e03ad3ce13c7a600f4f0498 Mon Sep 17 00:00:00 2001
From: Bill Erickson <berickxx@gmail.com>
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 <berickxx@gmail.com>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
---
 .../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 @@
             <ng-template #default>{{count.key}}</ng-template>
           </ng-container>
         </div>
-        <div i18n>{{count.value}} copies</div>
+        <div class="pl-1 border-left" i18n>{{count.value}} copies</div>
       </ng-container>
     </div>
   </div>
-- 
2.11.0