aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-05-25 17:22:57 +0300
committerHenry Jameson <me@hjkos.com>2020-05-25 17:22:57 +0300
commitdc8f78e84dc2f125407cecd66cfaa814e131713a (patch)
tree52187b8a72a9471af0287fe2bba8d96a9e9c98b9 /src
parent101f657d36275cf575ccbc45b556eb628bc8ad43 (diff)
fix for a previous fix
Diffstat (limited to 'src')
-rw-r--r--src/components/tab_switcher/tab_switcher.scss3
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;