Skip to content

Commit

Permalink
Prevent the repo icon from shrinking (#182)
Browse files Browse the repository at this point in the history
Signed-off-by: Damian Stasik <[email protected]>
  • Loading branch information
damianstasik authored Sep 5, 2024
1 parent 1150a91 commit c47105a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/RepoSidebarBlock/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function getLinkLabel(url: string) {

return (
<>
<Icon path={github} className="mt-1.5 size-em" />
<Icon path={github} className="mt-1.5 size-em shrink-0" />
<span>
{pathParts[1]}/{pathParts[2]}
</span>
Expand Down

0 comments on commit c47105a

Please sign in to comment.