Skip to content

Commit 7e0c308

Browse files
committed
fix: remove now useless override
1 parent cb0b424 commit 7e0c308

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

app/components/PackageDownloadAnalytics.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ const config = computed(() => ({
474474
},
475475
},
476476
zoom: {
477+
maxWidth: 500,
477478
highlightColor: isDarkMode.value ? '#2A2A2A' : '#E1E5E8',
478479
minimap: {
479480
show: true,
@@ -699,9 +700,4 @@ const config = computed(() => ({
699700
background: var(--bg-elevated) !important;
700701
box-shadow: none !important;
701702
}
702-
703-
.vue-data-ui-zoom {
704-
max-width: 500px;
705-
margin: 0 auto;
706-
}
707703
</style>

0 commit comments

Comments
 (0)