]> cat aescling's git repositories - mastodon.git/commitdiff
Remove margins around `p` tags in lists
authorThibaut Girka <thib@sitedethib.com>
Wed, 24 Apr 2019 16:28:33 +0000 (18:28 +0200)
committerThibG <thib@sitedethib.com>
Wed, 24 Apr 2019 20:40:17 +0000 (22:40 +0200)
app/javascript/flavours/glitch/styles/components/status.scss

index 9fe3aa34960b3a60110927f8c73fe84cce83b66b..c1afe08324877bbbe3c9d0570cfeaad0b53d8d98 100644 (file)
 
     ul, ol {
       margin-left: 1em;
+
+      p {
+        margin: 0;
+      }
     }
 
     ul {