mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-27 02:42:00 +08:00
fix(web): fix layout issues with text, overflow, and spacing consistency (#16324)
This commit is contained in:
@@ -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
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user