diff options
| author | Henry Jameson <me@hjkos.com> | 2020-11-01 16:40:23 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-11-01 16:40:23 +0200 |
| commit | 02bb015c4fb4bd5279a7434ea18ab01bdc316d07 (patch) | |
| tree | 12d61c3c9dc3cfc85dd35a4ec56f4c2815e5a140 /src/components/tab_switcher | |
| parent | fb00f8459cc44217492ab388b08686942639a384 (diff) | |
fix #992
Diffstat (limited to 'src/components/tab_switcher')
| -rw-r--r-- | src/components/tab_switcher/tab_switcher.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index 1e963516..0ed614b7 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -4,8 +4,7 @@ display: flex; .tab-icon { - width: 100%; - margin: 0.2em 0; + margin: 0.2em auto; display: block; } |
