Skip to content

Commit 850225e

Browse files
authored
fix: alignment of navigation icons (#7612)
1 parent b11bab5 commit 850225e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Tooltip/Tooltip.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const Tooltip = ({
3131
const bgColor = '#526B78';
3232
return (
3333
<div
34-
className={`relative ${className}`}
34+
className={`relative flex items-center justify-center ${className}`}
3535
onMouseEnter={showTooltip}
3636
onMouseLeave={hideTooltip}
3737
onFocus={showTooltip}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy