remove erroneous minicard title whitespace

introduced by the markdown viewer in commit #309c1d0 (the markdown viewer uses <p> tags which have a margin-bottom)
This commit is contained in:
couscous3 2017-11-20 18:07:37 +01:00 committed by GitHub
parent dfd0b21947
commit 90fd3286a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;