Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: set max width for AppLink tooltip
  • Loading branch information
aqandrew committed Dec 3, 2025
commit 5b98d0c96229144db44340075fbc64e121d19489
2 changes: 1 addition & 1 deletion site/src/modules/resources/AppLink/AppLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const AppLink: FC<AppLinkProps> = ({
return (
<Tooltip>
<TooltipTrigger asChild>{button}</TooltipTrigger>
<TooltipContent>
<TooltipContent className="max-w-xs">
{primaryTooltip ? (
primaryTooltip
) : app.tooltip ? (
Expand Down