This is an automated email from the ASF dual-hosted git repository. erikrit pushed a commit to branch etr2460--fix-home-label in repository https://gitbox.apache.org/repos/asf/superset.git
commit 8c1de48a080c87c5aeeae32eb818cd146f64eb1a Author: Erik Ritter <[email protected]> AuthorDate: Wed Apr 6 15:21:51 2022 -0700 fix: missing home label on welcome page --- superset-frontend/src/assets/stylesheets/superset.less | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/src/assets/stylesheets/superset.less b/superset-frontend/src/assets/stylesheets/superset.less index 97db49ec44..ecfdd017f6 100644 --- a/superset-frontend/src/assets/stylesheets/superset.less +++ b/superset-frontend/src/assets/stylesheets/superset.less @@ -545,7 +545,6 @@ td.filtered { display: flex; flex-direction: column; justify-content: center; - display: none; } // Making native radio buttons use brand color
