We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da315a4 commit ffd9c9cCopy full SHA for ffd9c9c
1 file changed
app/components/Package/VersionDistribution.vue
@@ -318,7 +318,7 @@ const endDate = computed(() => {
318
>
319
<div class="w-full mb-4 flex flex-col gap-3">
320
<div class="flex flex-col sm:flex-row gap-3 sm:gap-2 sm:items-end">
321
- <div class="flex flex-col gap-1 sm:shrink-0">
+ <div class="flex flex-col gap-1 w-fit sm:shrink-0">
322
<label class="text-3xs font-mono text-fg-subtle tracking-wide uppercase">
323
{{ $t('package.versions.distribution_title') }}
324
</label>
@@ -427,7 +427,7 @@ const endDate = computed(() => {
427
</div>
428
429
430
- <div class="flex flex-col gap-4 w-full max-w-1/2">
+ <div class="flex flex-col gap-4 w-full">
431
<TooltipApp
432
:text="$t('package.versions.recent_versions_only_tooltip')"
433
position="bottom"
0 commit comments