Skip to content

Commit c9398eb

Browse files
committed
style: using overflow-hidden
1 parent 6638ae2 commit c9398eb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

app/components/Package/DownloadAnalytics.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)