mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Fix whitespace added with image (#2594)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user