Skip to content

Commit

Permalink
fix: Correct spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
PolicyEngine[bot] committed Jun 19, 2024
1 parent 06e4a76 commit 02aca1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layout/HoverCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ const MemoizedChildren = memo(function MemoizedChildren(props) {
<HoverCardContext.Provider value={setContent}>
<ChartWidthContext.Provider value={chartWidth}>
<div
className="test"
onMouseEnter={() => {
setEnabled(true);
}}
Expand All @@ -103,6 +102,8 @@ const MemoizedChildren = memo(function MemoizedChildren(props) {
style={{
height: "100%",
display: "flex",
flexDirection: "column",
gap: "12px"
}}
>
{children}
Expand Down

0 comments on commit 02aca1d

Please sign in to comment.