Skip to content

Commit

Permalink
fix(dashboard): padding between rows within tabs (#21323)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbusch committed Sep 5, 2022
1 parent 79525df commit d994bab
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d994bab

Please sign in to comment.