Fix whitespace added with image (#2594)

This commit is contained in:
Brett Jephson
2024-11-29 17:10:29 +00:00
committed by GitHub
parent 3b3d6e2a73
commit 2ce59d7c92
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'gitbook': patch
---
Fix - whitespace added to site section tabs with icons.
@@ -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>