diff --git a/theme/blockquote.css b/theme/blockquote.css index d1878c2..55b6663 100644 --- a/theme/blockquote.css +++ b/theme/blockquote.css @@ -6,6 +6,10 @@ .ck-content blockquote { /* See #12 */ overflow: hidden; + + /* https://github.com/ckeditor/ckeditor5-block-quote/issues/15 */ + padding-right: 1.5em; + padding-left: 1.5em; margin-left: 0; font-style: italic;