Skip to content

Commit cda8a24

Browse files
committed
tooltip cleanup
1 parent 6d6b5f7 commit cda8a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webview-ui/src/components/settings/SettingsView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ const SettingsView = forwardRef<SettingsViewRef, SettingsViewProps>(({ onDone, t
467467
{/* Clone to avoid ref issues if triggerComponent itself had a key */}
468468
{React.cloneElement(triggerComponent)}
469469
</TooltipTrigger>
470-
<TooltipContent side="right" className="text-base p-1.5">
471-
<p>{t(`settings:sections.${id}`)}</p>
470+
<TooltipContent side="right" className="text-base">
471+
<p className="m-0">{t(`settings:sections.${id}`)}</p>
472472
</TooltipContent>
473473
</Tooltip>
474474
</TooltipProvider>

0 commit comments

Comments
 (0)