fix(dashboard): padding between rows within tabs (#21323)

This commit is contained in:
Gerold Busch 2022-09-05 08:14:37 +02:00 committed by GitHub
parent 79525dfaf2
commit d994babe75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,12 @@
}
}
/* gutters between rows within tab */
.dashboard-component-tabs-content
> div:not(:only-child):not(:last-child):not(.empty-droptarget) {
margin-bottom: 16px;
}
.grid-row.grid-row--empty {
/* this centers the empty note content */
align-items: center;