mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Fix margin for tree view buttons (#15117)
This commit is contained in:
@@ -141,16 +141,4 @@ const fields = computed(() => {
|
||||
margin-left: 24px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.actions {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.actions .v-button + .v-button {
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.existing {
|
||||
margin-left: 12px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -311,4 +311,12 @@ function addNew(item: Record<string, any>) {
|
||||
background-color: var(--primary-alt);
|
||||
box-shadow: 0 !important;
|
||||
}
|
||||
|
||||
.actions {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.actions .v-button + .v-button {
|
||||
margin-left: 12px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user