From d315dd96f01576309c439972d252113e746b3072 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Mon, 9 Nov 2020 16:17:32 -0800 Subject: [PATCH] style: fixing tall filter indicators (#11631) Co-Authored-By: Evan Rusackas --- superset-frontend/src/dashboard/stylesheets/dashboard.less | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/dashboard/stylesheets/dashboard.less b/superset-frontend/src/dashboard/stylesheets/dashboard.less index 6656e5e516..1b51069dbf 100644 --- a/superset-frontend/src/dashboard/stylesheets/dashboard.less +++ b/superset-frontend/src/dashboard/stylesheets/dashboard.less @@ -62,6 +62,7 @@ body { margin-bottom: 4px; display: flex; max-width: 100%; + align-items: flex-start; & > .header-title { overflow: hidden;