]> git.0d.be Git - panikweb.git/commitdiff
style: always allocate space for tags
authorFrédéric Péters <fpeters@0d.be>
Mon, 1 Jul 2019 06:29:09 +0000 (08:29 +0200)
committerFrédéric Péters <fpeters@0d.be>
Mon, 1 Jul 2019 06:29:09 +0000 (08:29 +0200)
panikweb_templates/static/css/_specifics.scss

index 1f6e762dd29f19962796ec06042c26ed52c40cca..38f84f247893129d1507235e05f8319f79c27077 100644 (file)
@@ -2000,6 +2000,10 @@ div.emission-tile {
                @extend %text;
                font-size: 12px;
                text-transform: lowercase;
+               min-height: 20px;
+               span {
+                       margin-right: 1ex;
+               }
        }
 }