Parcourir la source

Other: Reduce specificity of table widget CSS rules.

Maciej Gołaszewski il y a 7 ans
Parent
commit
026e839d66
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;