other minor css fixes after bootstrap update

This commit is contained in:
shamoon
2023-06-03 16:03:00 -07:00
parent 07ef188603
commit 8b80c46628
2 changed files with 5 additions and 1 deletions

View File

@@ -52,7 +52,7 @@
</button>
<div class="list-group-item bg-transparent p-0 border-0 d-flex flex-wrap-reverse justify-content-between">
<ng-template #dateTooltip>
<div class="d-flex flex-column">
<div class="d-flex flex-column text-light">
<span i18n>Created: {{ document.created | customDate }}</span>
<span i18n>Added: {{ document.added | customDate }}</span>
<span i18n>Modified: {{ document.modified | customDate }}</span>