From dc8f78e84dc2f125407cecd66cfaa814e131713a Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 25 May 2020 17:22:57 +0300 Subject: [PATCH] fix for a previous fix --- src/components/tab_switcher/tab_switcher.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index fff6cc21..d60e065b 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -72,6 +72,9 @@ border-right-color: $fallback--border; border-right-color: var(--border, $fallback--border); } + &::before { + flex-grow: 0; + } .tab-wrapper { min-width: 10em; display: flex;