Merge pull request #632 from rtfd/line-block-spacing

Give line blocks the same line height as regular text
This commit is contained in:
David Fischer 2018-05-15 13:41:33 -04:00 committed by GitHub
commit 8e86b27626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,6 +132,7 @@
.line-block
margin-left: 0px
margin-bottom: $base-line-height
line-height: $base-line-height
.line-block .line-block
margin-left: $base-line-height
margin-bottom: 0px