From d86880d49b4b1804e5970b9287e410858aee8399 Mon Sep 17 00:00:00 2001 From: Geido <60598000+geido@users.noreply.github.com> Date: Mon, 31 May 2021 08:11:57 +0300 Subject: [PATCH] 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 f5a1d148f3..704d84b522 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 {