From 6bf39468fd692cd6c263c4f49bc6a77d14106a32 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Mon, 9 Nov 2020 15:46:57 -0800 Subject: [PATCH] style: fixing tall filter indicators 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 6656e5e516d53..1b51069dbf2d7 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;