Skip to content

Commit 871d367

Browse files
committed
chore: tweak width
1 parent 2413d58 commit 871d367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/translation-status.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ ${template}`
6262
</div>
6363
<p class="text-fg-muted text-lg">
6464
<template v-if="isLoading || !generatedAt">
65-
<SkeletonInline class="h-6 w-48" />
65+
<SkeletonInline class="h-6 w-96" />
6666
</template>
6767
<i18n-t v-else keypath="translation_status.generated_at" tag="span" scope="global">
6868
<template #date>

0 commit comments

Comments
 (0)