8
0
Просмотр исходного кода

Other: Reduce specificity of table widget CSS rules.

Maciej Gołaszewski 7 лет назад
Родитель
Сommit
026e839d66
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-table/theme/table.css

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

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md.
  */
 
-.ck.ck-content figure.table {
+.ck-content .table {
 	/* Give the table widget some air and center it horizontally */
 	margin: 1em auto;
 	display: table;