@@ -39,3 +39,14 @@
}
+
+/* Text alignment of the table header should match the editor settings and override the native browser styling,
+when content is available outside the ediitor.
+See https://github.com/ckeditor/ckeditor5/issues/6638 */
+.ck-content[dir="rtl"] .table th {
+ text-align: right;
+}
+.ck-content[dir="ltr"] .table th {
+ text-align: left;