Skip to content

Commit

Permalink
Merge pull request #1889 from anth-volk/fix/1884-newline
Browse files Browse the repository at this point in the history
Add newline between charts and text on LSR pages
  • Loading branch information
anth-volk authored Jun 19, 2024
2 parents 06e4a76 + 9cc025a commit 0f23e6e
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 0f23e6e

Please sign in to comment.