We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c99b43 commit ddd4121Copy full SHA for ddd4121
1 file changed
app/pages/package-changes/[...path].vue
@@ -116,7 +116,7 @@ const versionDate = computed(() => {
116
{{ changelog.provider }}
117
</LinkBase>
118
119
- <div v-if="changelog?.type == 'md'" ref="tptoc" class="w-14 h-8">
+ <div v-if="changelog?.type == 'md'" ref="tptoc" class="w-14 h-8 ms-auto">
120
<!-- prevents layout shift while loading -->
121
</div>
122
0 commit comments