Skip to content

Commit a5f097e

Browse files
committed
Optimize LineRaceChart tooltip spacing for 5-digit numbers (99,999)
1 parent 9ce7365 commit a5f097e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/charts/LineRaceChart/LineRaceChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ export const LineRaceChart: React.FC = () => {
380380
};
381381

382382
let content = `
383-
<div style="padding: 4px;">
383+
<div style="padding: 4px; min-width: 145px;">
384384
<div style="color: rgba(0, 255, 255, 0.9); font-weight: 500; margin-bottom: 8px; border-bottom: 1px solid rgba(0, 255, 255, 0.2); padding-bottom: 6px;">
385385
${monthName}
386386
</div>

0 commit comments

Comments
 (0)