From 399518ed0978915dcbb12bc95d9d0ff0c854ffaf Mon Sep 17 00:00:00 2001 From: NejcZdovc Date: Fri, 29 Oct 2021 07:54:49 +0200 Subject: [PATCH] Fixes add button Resolves #25 --- superset-frontend/stylesheets/less/blotout.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/stylesheets/less/blotout.less b/superset-frontend/stylesheets/less/blotout.less index 947c7a4779333..e1027e31a4151 100644 --- a/superset-frontend/stylesheets/less/blotout.less +++ b/superset-frontend/stylesheets/less/blotout.less @@ -73,7 +73,7 @@ header > nav .navbar-right { } .list-container .list-add-action { - top: 0 !important; + top: 18px !important; } .App.SqlLab {