diff options
Diffstat (limited to 'src/components/tab_switcher')
| -rw-r--r-- | src/components/tab_switcher/tab_switcher.scss | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
