Skip to content

Commit d16357f

Browse files
committed
feat: override chart zoom selector max width
1 parent 58bbca7 commit d16357f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/components/PackageDownloadAnalytics.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,4 +617,9 @@ const config = computed(() => ({
617617
.vue-ui-pen-and-paper-action:hover {
618618
background: #2a2a2a !important;
619619
}
620+
621+
.vue-data-ui-zoom {
622+
max-width: 500px;
623+
margin: 0 auto;
624+
}
620625
</style>

0 commit comments

Comments
 (0)