Fix marketplace extension metadata spacing (#22980)

This commit is contained in:
Florian C. Wachmann
2024-07-11 10:45:47 +02:00
committed by GitHub
parent eab7128697
commit 4fcc730406
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
'@directus/app': patch
---
Ensured that the metadata of the Marketplace extension page is well aligned with the content column

View File

@@ -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;