diff --git a/.changeset/cool-spiders-invent.md b/.changeset/cool-spiders-invent.md new file mode 100644 index 0000000000..9c705f6831 --- /dev/null +++ b/.changeset/cool-spiders-invent.md @@ -0,0 +1,5 @@ +--- +'@directus/app': patch +--- + +Ensured that the metadata of the Marketplace extension page is well aligned with the content column diff --git a/app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata.vue b/app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata.vue index 2a4af65f6c..d17e0a9d35 100644 --- a/app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata.vue +++ b/app/src/modules/settings/routes/marketplace/routes/extension/components/extension-metadata.vue @@ -89,6 +89,10 @@ const maintainers = computed(() => { container-name: metadata; } +.metadata .list:first-child { + padding-top: 0; +} + .grid { @container metadata (width > 580px) { --v-list-item-margin: 0;