Skip to content

Commit 0927569

Browse files
committed
style(PackageProvenanceSection): add mt spacing
1 parent cc60590 commit 0927569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/PackageProvenanceSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ defineProps<{
4545
{{ $t('package.provenance_section.view_build_summary') }}
4646
</a>
4747

48-
<dl class="space-y-3 m-0">
48+
<dl class="space-y-3 m-0 mt-4">
4949
<div v-if="details.sourceCommitUrl" class="flex flex-col gap-0.5">
5050
<dt class="font-mono text-xs text-fg-muted m-0">
5151
{{ $t('package.provenance_section.source_commit') }}

0 commit comments

Comments
 (0)