From 4d19586eb998ef9e8ef3e1f4a3520ca40585bac0 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 4 Mar 2025 15:05:45 +0100 Subject: [PATCH] fix(ui): tailwind preflight that causing antd button with icon aligment issue --- frontend/app/styles/tailwind-preflight.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/styles/tailwind-preflight.css b/frontend/app/styles/tailwind-preflight.css index 373ae42bb..5743b87af 100644 --- a/frontend/app/styles/tailwind-preflight.css +++ b/frontend/app/styles/tailwind-preflight.css @@ -167,7 +167,7 @@ textarea { font-variation-settings: inherit; /* 1 */ font-size: 100%; /* 1 */ font-weight: inherit; /* 1 */ - line-height: inherit; /* 1 */ + /*line-height: inherit; !* 1 *!*/ color: inherit; /* 1 */ margin: 0; /* 2 */ padding: 0; /* 3 */ @@ -374,4 +374,4 @@ video { /* Make elements with the HTML hidden attribute stay hidden by default */ [hidden] { display: none; -} \ No newline at end of file +}