File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -952,12 +952,14 @@ const chartConfig = computed(() => {
952952 {{ $t('package.downloads.granularity') }}
953953 </label >
954954
955- <div class =" flex items-center bg-bg-subtle border border-border rounded-md" >
955+ <div
956+ class =" flex items-center bg-bg-subtle border border-border rounded-md overflow-hidden"
957+ >
956958 <select
957959 id =" granularity"
958960 v-model =" selectedGranularity"
959961 :disabled =" pending"
960- class =" w-full px-2.5 py-1.75 font-mono text-sm text-fg outline-none appearance-none focus-visible:outline-accent/70"
962+ class =" w-full px-2.5 py-1.75 bg-bg-subtle font-mono text-sm text-fg outline-none appearance-none focus-visible:outline-accent/70"
961963 >
962964 <option value =" daily" >{{ $t('package.downloads.granularity_daily') }}</option >
963965 <option value =" weekly" >{{ $t('package.downloads.granularity_weekly') }}</option >
You can’t perform that action at this time.
0 commit comments