mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-04 11:41:51 +02:00
Fix badge alignment
This commit is contained in:
parent
afb9a1ed7a
commit
33512acf77
2 changed files with 4 additions and 4 deletions
|
@ -82,12 +82,12 @@ const Tooltip: React.VoidFunctionComponent<TooltipProps> = ({
|
|||
|
||||
return (
|
||||
<>
|
||||
<div
|
||||
className={clsx("inline-block", className)}
|
||||
<span
|
||||
className={clsx("inline-flex", className)}
|
||||
{...getReferenceProps({ ref: reference })}
|
||||
>
|
||||
{children}
|
||||
</div>
|
||||
</span>
|
||||
<FloatingPortal>
|
||||
<AnimatePresence>
|
||||
{open ? (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue