mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix marketplace extension metadata spacing (#22980)
This commit is contained in:
committed by
GitHub
parent
eab7128697
commit
4fcc730406
5
.changeset/cool-spiders-invent.md
Normal file
5
.changeset/cool-spiders-invent.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Ensured that the metadata of the Marketplace extension page is well aligned with the content column
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user