mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
Fix spacing of layout on presets page
This commit is contained in:
@@ -556,8 +556,7 @@ export default defineComponent({
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
padding: 32px 0;
|
||||
padding: 0 var(--content-padding);
|
||||
padding: 32px var(--content-padding);
|
||||
padding-bottom: var(--content-padding-bottom);
|
||||
|
||||
.pagination {
|
||||
|
||||
@@ -515,8 +515,11 @@ export default defineComponent({
|
||||
|
||||
.layout {
|
||||
--content-padding: 0px;
|
||||
--content-padding-bottom: 32px;
|
||||
|
||||
width: 100%;
|
||||
margin-top: 48px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.layout-drawer {
|
||||
|
||||
Reference in New Issue
Block a user