You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2021/05/31 05:13:20 UTC

[superset] branch master updated: Revert style (#14840)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new d86880d  Revert style (#14840)
d86880d is described below

commit d86880d49b4b1804e5970b9287e410858aee8399
Author: Geido <60...@users.noreply.github.com>
AuthorDate: Mon May 31 08:11:57 2021 +0300

    Revert style (#14840)
---
 superset-frontend/src/components/Tabs/Tabs.tsx | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/superset-frontend/src/components/Tabs/Tabs.tsx b/superset-frontend/src/components/Tabs/Tabs.tsx
index f5a1d14..704d84b 100644
--- a/superset-frontend/src/components/Tabs/Tabs.tsx
+++ b/superset-frontend/src/components/Tabs/Tabs.tsx
@@ -66,11 +66,6 @@ const StyledTabs = ({
         .ant-tabs-nav-list {
           width: 100%;
         }
-
-        .ant-tabs-tab {
-          width: 0;
-          margin-right: 0;
-        }
       `};
 
       .ant-tabs-tab-btn {