Skip to content

Commit 937864f

Browse files
committed
fix: padding
1 parent 95d8093 commit 937864f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/containers/Heatmap/Heatmap.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
pointer-events: none;
7171
}
7272

73+
&__tooltip {
74+
padding: 10px;
75+
}
76+
7377
&__filters {
7478
display: flex;
7579
align-items: center;

src/containers/Heatmap/Heatmap.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export const Heatmap = ({path, database, databaseFullPath}: HeatmapProps) => {
169169
onOutsideClick={handleHideTabletTooltip}
170170
>
171171
<div
172+
className={b('tooltip')}
172173
onMouseEnter={handleTooltipMouseEnter}
173174
onMouseLeave={handleTooltipMouseLeave}
174175
>

0 commit comments

Comments
 (0)