fix(web): fix layout issues with text, overflow, and spacing consistency (#16324)

This commit is contained in:
Yoorim Choi
2026-06-25 20:25:32 +09:00
committed by GitHub
parent e8bb534b90
commit 46b97bd1a1
6 changed files with 29 additions and 31 deletions

View File

@@ -38,7 +38,7 @@ export const FormTooltip = ({ tooltip }: { tooltip: React.ReactNode }) => {
<TooltipTrigger asChild>
<span
tabIndex={-1}
className="inline-flex align-text-top"
className="inline-flex align-middle -translate-y-[.02em]"
onClick={(e) => {
e.preventDefault(); // Prevent clicking the tooltip from triggering form save
}}