We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8449586 commit 3ba96d7Copy full SHA for 3ba96d7
app/components.d.ts
@@ -2,6 +2,7 @@
2
// @ts-nocheck
3
// Generated by unplugin-vue-components
4
// Read more: https://github.com/vuejs/core/pull/3399
5
+// biome-ignore lint: disable
6
export {}
7
8
/* prettier-ignore */
app/src/components/Chart/RadialBarChart.vue
@@ -103,10 +103,6 @@ const chartOptions = computed(() => ({
103
left: 50%;
104
transform: translateX(-50%);
105
}
106
- @media (min-width: 2000px) {
107
- left: 50%;
108
- transform: translateX(-50%);
109
- }
110
111
112
.text {
0 commit comments