From 21e4516bc393affc364d228574d16e954b2325c2 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Fri, 21 Jan 2022 17:02:24 -0800 Subject: [PATCH] Fix tab padding --- src/tabs/Tabs.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabs/Tabs.module.css b/src/tabs/Tabs.module.css index 8a09ee38..5a757fc2 100644 --- a/src/tabs/Tabs.module.css +++ b/src/tabs/Tabs.module.css @@ -72,7 +72,7 @@ .tabContainer { width: 100%; flex-direction: row; - margin: 0 0 44px 0; + margin: 27px 16px; } .tabList {