diff --git a/superset-frontend/src/dashboard/stylesheets/components/row.less b/superset-frontend/src/dashboard/stylesheets/components/row.less index 87b376f51dbf..ec096d0bfa94 100644 --- a/superset-frontend/src/dashboard/stylesheets/components/row.less +++ b/superset-frontend/src/dashboard/stylesheets/components/row.less @@ -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;