We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf5b14 commit a88d60cCopy full SHA for a88d60c
apps/webapp/app/components/primitives/Buttons.tsx
@@ -389,7 +389,7 @@ export const LinkButton = ({
389
to={to}
390
ref={innerRef}
391
replace={replace}
392
- className={cn("group/button block focus-custom", props.fullWidth ? "w-full" : "")}
+ className={cn("group/button block focus-custom", props.fullWidth ? "w-full" : "w-fit")}
393
onClick={onClick}
394
onMouseDown={onMouseDown}
395
onMouseEnter={onMouseEnter}
0 commit comments