Browse Source

fix(mobile): remove extra margin around tabbed content

pull/2965/head
Gabe Kangas 2 years ago
parent
commit
12d321b097
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 4
      web/components/ui/Content/Content.module.scss

4
web/components/ui/Content/Content.module.scss

@ -23,6 +23,10 @@ @@ -23,6 +23,10 @@
//sets the position of tabbed content for online mode
top: 280px;
}
:global(.ant-tabs-nav) {
margin-bottom: 0px;
}
}
.mobileNoTabs {

Loading…
Cancel
Save