remove extra spacing in markdown quotes: fix #3522

This commit is contained in:
Baltazar Gomez 2020-05-07 13:37:39 -05:00 committed by Sean Yesmunt
parent 2a308ef765
commit 673a35b103

View file

@ -55,6 +55,14 @@
table { table {
margin-top: var(--spacing-medium); margin-top: var(--spacing-medium);
} }
blockquote {
white-space: normal;
p:first-child {
margin-top: 0;
}
}
// Tables // Tables
table { table {