From f5cc0ef90666f15701549de863ae40fcaf6e424d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CA=88=E1=B5=83=E1=B5=A2?= Date: Thu, 26 Mar 2020 08:18:53 -0700 Subject: [PATCH] fix: [dashboard] add row padding (#9381) --- .../src/dashboard/stylesheets/components/row.less | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/superset-frontend/src/dashboard/stylesheets/components/row.less b/superset-frontend/src/dashboard/stylesheets/components/row.less index 85f0ed657..87b376f51 100644 --- a/superset-frontend/src/dashboard/stylesheets/components/row.less +++ b/superset-frontend/src/dashboard/stylesheets/components/row.less @@ -57,10 +57,18 @@ .dashboard-component-tabs > .hover-menu + div:after { border: 1px dashed @gray-light; } + + /* provide hit area in case row contents is edge to edge */ + .dashboard-component-tabs-content { + .dragdroppable-row { + padding-top: 16px; + } + } } .grid-row.grid-row--empty { - align-items: center; /* this centers the empty note content */ + /* this centers the empty note content */ + align-items: center; height: 100px; &:before {