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 {