Fix text-align center

This commit is contained in:
= 2025-01-18 19:09:05 -05:00
parent 8d4b6bd161
commit eaf7277c12

View File

@ -8713,7 +8713,7 @@ a.close.disabled {
.bs-popover-auto[x-placement^="bottom"]>.arrow::after { .bs-popover-auto[x-placement^="bottom"]>.arrow::after {
top: 1px; top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem; border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-var(--base-text); border-bottom: var(--base-text);
} }
.bs-popover-bottom .popover-header::before, .bs-popover-bottom .popover-header::before,
@ -30942,4 +30942,8 @@ body.invoice-page.invoice-2 table tr td {
padding: 0 7px; padding: 0 7px;
} }
.text-align-center {
text-align: center;
}
/*# sourceMappingURL=style.css.map */ /*# sourceMappingURL=style.css.map */