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 cc60590 commit 0927569Copy full SHA for 0927569
1 file changed
app/components/PackageProvenanceSection.vue
@@ -45,7 +45,7 @@ defineProps<{
45
{{ $t('package.provenance_section.view_build_summary') }}
46
</a>
47
48
- <dl class="space-y-3 m-0">
+ <dl class="space-y-3 m-0 mt-4">
49
<div v-if="details.sourceCommitUrl" class="flex flex-col gap-0.5">
50
<dt class="font-mono text-xs text-fg-muted m-0">
51
{{ $t('package.provenance_section.source_commit') }}
0 commit comments