diff --git a/superset-frontend/src/dashboard/stylesheets/dnd.less b/superset-frontend/src/dashboard/stylesheets/dnd.less index 4efdb721e..59293407a 100644 --- a/superset-frontend/src/dashboard/stylesheets/dnd.less +++ b/superset-frontend/src/dashboard/stylesheets/dnd.less @@ -126,8 +126,8 @@ } & > .empty-droptarget:first-child { - height: 16px; - top: -8px; + height: 14px; + top: -2px; z-index: @z-index-above-dashboard-charts; }