diff options
| author | Henry Jameson <me@hjkos.com> | 2020-05-25 17:22:57 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-05-25 17:22:57 +0300 |
| commit | dc8f78e84dc2f125407cecd66cfaa814e131713a (patch) | |
| tree | 52187b8a72a9471af0287fe2bba8d96a9e9c98b9 /src/components/tab_switcher | |
| parent | 101f657d36275cf575ccbc45b556eb628bc8ad43 (diff) | |
fix for a previous fix
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; |
