[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: prevent horizontal scrolling

+6 -4
+6 -4
app/components/PackageDownloadStats.vue
··· 68 68 Weekly Downloads 69 69 </h2> 70 70 </div> 71 - <div class="w-full"> 71 + <div class="w-full overflow-hidden"> 72 72 <ClientOnly> 73 - <div> 74 - <VueUiSparkline :dataset :config /> 75 - </div> 73 + <VueUiSparkline class="max-w-full" :dataset :config /> 76 74 <template #fallback> 77 75 <!-- Skeleton matching sparkline layout: title row + chart with data label --> 78 76 <div class="min-h-[100px]"> ··· 114 112 font-family: 115 113 Geist Mono, 116 114 monospace !important; 115 + } 116 + .vue-ui-sparkline, 117 + .vue-ui-sparkline svg { 118 + max-width: 100% !important; 117 119 } 118 120 </style>