From eaf7277c121553b6d0f13f85a03375bd56888f57 Mon Sep 17 00:00:00 2001 From: = Date: Sat, 18 Jan 2025 19:09:05 -0500 Subject: [PATCH] Fix text-align center --- app/frontend/static/assets/css/base-style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/frontend/static/assets/css/base-style.css b/app/frontend/static/assets/css/base-style.css index 99993776..29df20c2 100644 --- a/app/frontend/static/assets/css/base-style.css +++ b/app/frontend/static/assets/css/base-style.css @@ -8713,7 +8713,7 @@ a.close.disabled { .bs-popover-auto[x-placement^="bottom"]>.arrow::after { top: 1px; 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, @@ -30942,4 +30942,8 @@ body.invoice-page.invoice-2 table tr td { padding: 0 7px; } +.text-align-center { + text-align: center; +} + /*# sourceMappingURL=style.css.map */ \ No newline at end of file