浏览代码

Fix: The outline of a quoted image should not be cropped. Closes #15.

Aleksander Nowodzinski 7 年之前
父节点
当前提交
16d195f1af
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      packages/ckeditor5-block-quote/theme/blockquote.css

+ 4 - 0
packages/ckeditor5-block-quote/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;