From dc740ecc1e48e596dd0f3fda32e09951ecaf39b6 Mon Sep 17 00:00:00 2001 From: Kasia Kucharczyk <2536609+kkucharc@users.noreply.github.com> Date: Sat, 23 Jan 2021 08:48:38 +0100 Subject: [PATCH] [12486] Top tab dropdown indicator moved closer to the bottom of edge (#12658) --- superset-frontend/src/dashboard/stylesheets/dnd.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }