LP1888723 Copy value counts separation
authorBill Erickson <berickxx@gmail.com>
Tue, 5 Jan 2021 20:01:16 +0000 (15:01 -0500)
committerGalen Charlton <gmc@equinoxOLI.org>
Sun, 15 Aug 2021 23:56:01 +0000 (19:56 -0400)
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>
Open-ILS/src/eg2/src/app/staff/share/holdings/batch-item-attr.component.html

index 64c985f..bd87837 100644 (file)
@@ -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>