Skip to content

Commit 2e8d908

Browse files
committed
fix: prevent width cls when directly loading package page
1 parent d66d9e9 commit 2e8d908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/[...package].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ function handleClick(event: MouseEvent) {
375375
</script>
376376

377377
<template>
378-
<main class="container flex-1 py-8 xl:py-12">
378+
<main class="container flex-1 w-full py-8 xl:py-12">
379379
<PackageSkeleton v-if="status === 'pending'" />
380380

381381
<article v-else-if="status === 'success' && pkg" class="package-page">

0 commit comments

Comments
 (0)