diff --git a/superset-frontend/stylesheets/superset.less b/superset-frontend/stylesheets/superset.less index 2eca35e63..36b01133f 100644 --- a/superset-frontend/stylesheets/superset.less +++ b/superset-frontend/stylesheets/superset.less @@ -552,3 +552,11 @@ td.filtered { .select2-container-multi { width: 100% !important; } + +// Remove this when the jinja menu/navbar is replaced with react. +// This style already exists in that view +.navbar-brand { + display: flex; + flex-direction: column; + justify-content: center; +}