diff --git a/resources/assets/stylesheets/scss/tabs.scss b/resources/assets/stylesheets/scss/tabs.scss
index 0f64d40b8c2635e55beb549a23abec402fd6a94c..77179e57945f788cdc25be9da582751165747939 100644
--- a/resources/assets/stylesheets/scss/tabs.scss
+++ b/resources/assets/stylesheets/scss/tabs.scss
@@ -30,12 +30,9 @@ div.clear
     .quiet img { opacity: 0.25; }
 
     li {
-        margin: 0 8px;
+        margin: 0 8px 0 0;
         font-size: $font-size-navigation2;
 
-        &:first-child {
-            margin-left: 0;
-        }
         &:last-child {
             border-right: none;
             margin-right: 0;