Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion app/components/Package/DownloadAnalytics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,9 @@ const chartConfig = computed(() => {
{{ $t('package.downloads.granularity') }}
</label>

<div class="flex items-center bg-bg-subtle border border-border rounded-md">
<div
class="flex items-center bg-bg-subtle border border-border rounded-md overflow-hidden"
>
<select
id="granularity"
v-model="selectedGranularity"
Expand Down
Loading