Kaynağa Gözat

Code style.

Aleksander Nowodzinski 5 yıl önce
ebeveyn
işleme
ef431bb906
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      packages/ckeditor5-table/theme/table.css

+ 1 - 2
packages/ckeditor5-table/theme/table.css

@@ -41,8 +41,7 @@
 }
 
 /* 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 */
+when content is available outside the ediitor. See https://github.com/ckeditor/ckeditor5/issues/6638 */
 .ck-content[dir="rtl"] .table th {
 	text-align: right;
 }