8
0
Эх сурвалжийг харах

Merge branch 'master' into t/ckeditor5/1403

Aleksander Nowodzinski 6 жил өмнө
parent
commit
a33b1ecb58

+ 7 - 1
packages/ckeditor5-block-quote/theme/blockquote.css

@@ -9,9 +9,15 @@
 
 	/* https://github.com/ckeditor/ckeditor5-block-quote/issues/15 */
 	padding-right: 1.5em;
-
 	padding-left: 1.5em;
+
 	margin-left: 0;
+	margin-right: 0;
 	font-style: italic;
 	border-left: solid 5px hsl(0, 0%, 80%);
 }
+
+.ck-content[dir="rtl"] blockquote {
+	border-left: 0;
+	border-right: solid 5px hsl(0, 0%, 80%);
+}