filter tabs fix for webkit
authorJan Szejko <jan.szejko@gmail.com>
Wed, 27 Apr 2016 15:09:02 +0000 (17:09 +0200)
committerJan Szejko <jan.szejko@gmail.com>
Wed, 27 Apr 2016 15:09:02 +0000 (17:09 +0200)
src/wolnelektury/static/scss/main/tag.scss

index 1e1801c..075e6c2 100755 (executable)
         padding-bottom: 0;
     }
 
         padding-bottom: 0;
     }
 
+    h1 {
+        // fix for webkit
+        min-height: 9px;
+    }
 
     .tabs {
         position: absolute;
 
     .tabs {
         position: absolute;