Skip to content

Commit 3ba96d7

Browse files
committed
fix(chart): style issue in 2k zoom in 125% #874
1 parent 8449586 commit 3ba96d7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/components.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// @ts-nocheck
33
// Generated by unplugin-vue-components
44
// Read more: https://github.com/vuejs/core/pull/3399
5+
// biome-ignore lint: disable
56
export {}
67

78
/* prettier-ignore */

app/src/components/Chart/RadialBarChart.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ const chartOptions = computed(() => ({
103103
left: 50%;
104104
transform: translateX(-50%);
105105
}
106-
@media (min-width: 2000px) {
107-
left: 50%;
108-
transform: translateX(-50%);
109-
}
110106
}
111107
112108
.text {

0 commit comments

Comments
 (0)