Skip to content

Commit

Permalink
Align button link to normal texr (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Apr 27, 2023
1 parent ff297a8 commit 9a93c60
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -108,7 +108,7 @@ export const FileLink: React.FC<IFileLinkProps> = ({
return (
<>
{file ? (
<Button variant="link" onClick={onClick}>
<Button variant="link" isInline onClick={onClick}>
<Truncate content={defaultText || file.prettyPath} />
</Button>
) : (
Expand Down

0 comments on commit 9a93c60

Please sign in to comment.