Skip to content

Commit ddd4121

Browse files
committed
ensuring toc will always be at the end for changelog
1 parent 7c99b43 commit ddd4121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/package-changes/[...path].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const versionDate = computed(() => {
116116
{{ changelog.provider }}
117117
</LinkBase>
118118

119-
<div v-if="changelog?.type == 'md'" ref="tptoc" class="w-14 h-8">
119+
<div v-if="changelog?.type == 'md'" ref="tptoc" class="w-14 h-8 ms-auto">
120120
<!-- prevents layout shift while loading -->
121121
</div>
122122
</div>

0 commit comments

Comments
 (0)