From 72dec0f4a0a4e7e5780b4fc59a2809317dc9266c Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Sun, 19 Mar 2017 12:26:11 +0100
Subject: [PATCH] Fix lost .tight class

---
 scipost/static/scipost/assets/css/_type.scss | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/scipost/static/scipost/assets/css/_type.scss b/scipost/static/scipost/assets/css/_type.scss
index 616c027b1..efaabe433 100644
--- a/scipost/static/scipost/assets/css/_type.scss
+++ b/scipost/static/scipost/assets/css/_type.scss
@@ -23,10 +23,9 @@ h1, h2, h3, h4, h5, h6 {
     background-color: #f4f4f4;
     margin: 10px 0;
 
-    h3.tight {
+    &.tight {
         display: inline-block;
-        // padding: 3px 5px;
-        // margin-bottom: 3px;
+        padding: 3px 5px;
     }
 }
 h1.highlight,
-- 
GitLab