aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-12-16 02:02:49 +0300
committerHenry Jameson <me@hjkos.com>2018-12-16 02:02:49 +0300
commitfc7cd6eaf6812656acf41b250358323a370dfdf3 (patch)
tree56a8acd34c466a3ccb8081ec30a321d562432f4d /src
parenteaf065c751610008bf9062cf812085c3016cadbc (diff)
small fix for overflowing tab-switcher
Diffstat (limited to 'src')
-rw-r--r--src/components/tab_switcher/tab_switcher.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss
index fbd3321b..fa37349f 100644
--- a/src/components/tab_switcher/tab_switcher.scss
+++ b/src/components/tab_switcher/tab_switcher.scss
@@ -9,7 +9,6 @@
.tabs {
display: flex;
position: relative;
- justify-content: center;
width: 100%;
overflow-y: hidden;
overflow-x: auto;