mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Allow reordering between groups in data model (#9982)
This commit is contained in:
@@ -190,11 +190,26 @@ export default defineComponent({
|
||||
.field-grid {
|
||||
position: relative;
|
||||
display: grid;
|
||||
grid-gap: 8px;
|
||||
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
.field-select {
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
.field-select:deep(.field-grid) {
|
||||
grid-gap: 0;
|
||||
}
|
||||
|
||||
.field-select:deep(.field-grid.group.full.nested) {
|
||||
margin: 4px 0;
|
||||
|
||||
.field-select {
|
||||
margin: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.add-field {
|
||||
--v-button-font-size: 14px;
|
||||
--v-button-background-color: var(--primary);
|
||||
|
||||
Reference in New Issue
Block a user