mirror of
https://github.com/directus/directus.git
synced 2026-01-29 20:58:07 -05:00
fix translations interface divider's margin topc (#11469)
This commit is contained in:
@@ -446,10 +446,6 @@ export default defineComponent({
|
||||
margin-top: 32px;
|
||||
}
|
||||
|
||||
.v-divider {
|
||||
margin-top: var(--form-vertical-gap);
|
||||
}
|
||||
|
||||
.primary {
|
||||
--v-divider-color: var(--primary-50);
|
||||
}
|
||||
@@ -463,5 +459,12 @@ export default defineComponent({
|
||||
--v-chip-background-color: var(--blue-alt);
|
||||
}
|
||||
}
|
||||
|
||||
.primary,
|
||||
.secondary {
|
||||
.v-divider {
|
||||
margin-top: var(--form-vertical-gap);
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user