From d994babe754a0a8fcf54d239cb4c558ccdf84b23 Mon Sep 17 00:00:00 2001 From: Gerold Busch Date: Mon, 5 Sep 2022 08:14:37 +0200 Subject: [PATCH] fix(dashboard): padding between rows within tabs (#21323) --- .../src/dashboard/stylesheets/components/row.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/superset-frontend/src/dashboard/stylesheets/components/row.less b/superset-frontend/src/dashboard/stylesheets/components/row.less index 87b376f51dbfd..ec096d0bfa949 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;