make the score improvement text smaller and show a previous pp inaccuracy warning
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m21s
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m21s
This commit is contained in:
@ -48,7 +48,9 @@ export default function Tooltip({ children, display, asChild = true, side = "top
|
||||
{children}
|
||||
</button>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent side={side}>{display}</TooltipContent>
|
||||
<TooltipContent className="max-w-[350px]" side={side}>
|
||||
{display}
|
||||
</TooltipContent>
|
||||
</ShadCnTooltip>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user