[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ui): trends button group and labels on mobile (#1390)

authored by

Vincent Taverna and committed by
GitHub
ffd9c9cf da315a42

+2 -2
+2 -2
app/components/Package/VersionDistribution.vue
··· 318 318 > 319 319 <div class="w-full mb-4 flex flex-col gap-3"> 320 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"> 321 + <div class="flex flex-col gap-1 w-fit sm:shrink-0"> 322 322 <label class="text-3xs font-mono text-fg-subtle tracking-wide uppercase"> 323 323 {{ $t('package.versions.distribution_title') }} 324 324 </label> ··· 427 427 </div> 428 428 </div> 429 429 430 - <div class="flex flex-col gap-4 w-full max-w-1/2"> 430 + <div class="flex flex-col gap-4 w-full"> 431 431 <TooltipApp 432 432 :text="$t('package.versions.recent_versions_only_tooltip')" 433 433 position="bottom"