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

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;