From c6fb12ad13f70f19ed2472b6c671bb846d15ca49 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 27 Oct 2021 14:56:39 -0400 Subject: [PATCH] TabsBar: fix profile menu position (mobile) --- app/styles/components/tabs-bar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/components/tabs-bar.scss b/app/styles/components/tabs-bar.scss index a6c9cf140..037f70251 100644 --- a/app/styles/components/tabs-bar.scss +++ b/app/styles/components/tabs-bar.scss @@ -56,7 +56,7 @@ } &__profile { - margin-left: 0; + margin-left: 0 !important; } &__unauthenticated {