Ver Fonte

Other: Reduce specificity of table widget CSS rules.

Maciej Gołaszewski há 7 anos atrás
pai
commit
026e839d66
1 ficheiros alterados com 1 adições e 1 exclusões
  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.
  * For licensing, see LICENSE.md.
  */
  */
 
 
-.ck.ck-content figure.table {
+.ck-content .table {
 	/* Give the table widget some air and center it horizontally */
 	/* Give the table widget some air and center it horizontally */
 	margin: 1em auto;
 	margin: 1em auto;
 	display: table;
 	display: table;