Added support for block quotes

This commit is contained in:
Jori Lallo
2017-12-30 13:46:21 -08:00
parent 2440788372
commit 330f0eb41d
4 changed files with 7 additions and 0 deletions

View File

@ -304,7 +304,9 @@ const StyledEditor = styled(Editor)`
blockquote {
border-left: 3px solid #efefef;
margin: 1.2em 0;
padding-left: 10px;
font-style: italic;
}
table {