Respect blockquote line breaks in markdown

This commit is contained in:
Annabel Dunstone Gray 2017-07-19 12:41:34 -05:00
parent 606ed6d14d
commit 7a7bcd1716
2 changed files with 8 additions and 1 deletions

View File

@ -116,9 +116,12 @@
blockquote p {
color: $gl-grayish-blue !important;
margin: 0;
font-size: inherit;
line-height: 1.5;
&:last-child {
margin: 0;
}
}
p {

View File

@ -0,0 +1,4 @@
---
title: Respect blockquote line breaks in markdown
merge_request:
author: