1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 19:26:10 +04:00

Fix size of apexcharts tooltip marker (#2115)

This commit is contained in:
BG-Software
2025-02-01 11:40:48 +01:00
committed by GitHub
parent 9a46a8fbf9
commit 06b1dec645
3 changed files with 8 additions and 4 deletions

View File

@@ -22,9 +22,8 @@
padding: 0 .5rem 0 !important;
}
.apexcharts-tooltip-marker {
width: 10px !important;
height: 10px !important;
.apexcharts-tooltip-marker:before {
font-size: 16px !important;
}
.apexcharts-text {