From 12d321b097f087b02224c61034bc03ee50ebb536 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 26 Apr 2023 21:23:30 -0700 Subject: [PATCH] fix(mobile): remove extra margin around tabbed content --- web/components/ui/Content/Content.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/components/ui/Content/Content.module.scss b/web/components/ui/Content/Content.module.scss index 92c61c60d..eb5c859fb 100644 --- a/web/components/ui/Content/Content.module.scss +++ b/web/components/ui/Content/Content.module.scss @@ -23,6 +23,10 @@ //sets the position of tabbed content for online mode top: 280px; } + + :global(.ant-tabs-nav) { + margin-bottom: 0px; + } } .mobileNoTabs {