From 90fd73f6a486dd51be53507bbfa5b2ddb71411ed Mon Sep 17 00:00:00 2001 From: Sebastien Green <45818412+sebygreen@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:02:44 +0200 Subject: [PATCH] Change section header icon self alignment to centre (#1279) --- resources/css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/css/app.css b/resources/css/app.css index 510ff1d53..197ad6727 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -2,3 +2,7 @@ @tailwind components; @tailwind utilities; @tailwind variants; + +.fi-section-header-icon { + @apply !self-center; +}