ソースを参照

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;