Przeglądaj źródła

remove erroneous minicard title whitespace

introduced by the markdown viewer in commit #309c1d0 (the markdown viewer uses <p> tags which have a margin-bottom)
couscous3 7 lat temu
rodzic
commit
90fd3286a8
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      client/components/cards/minicard.styl

+ 3 - 0
client/components/cards/minicard.styl

@@ -77,6 +77,9 @@
       height: @width
       border-radius: 2px
       margin-left: 3px
+  .minicard-title
+    p:last-child
+      margin-bottom: 0
   .dates
     display: flex;
     flex-direction: row;