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>
<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>