Skip to content

Commit

Permalink
Fix whitespace added with image (#2594)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettJephson authored Nov 29, 2024
1 parent 3b3d6e2 commit 2ce59d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/stupid-bikes-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'gitbook': patch
---

Fix - whitespace added to site section tabs with icons.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const Tab = React.forwardRef<
role="tab"
href={href}
>
<span ref={ref} className={tcls('inline-flex gap-2 items-center w-full truncate')}>
<span ref={ref} className={tcls('flex gap-2 items-center w-full truncate')}>
{icon}
{label}
</span>
Expand Down

0 comments on commit 2ce59d7

Please sign in to comment.