Преглед изворни кода

Added inline missing property.

dkonopka пре 6 година
родитељ
комит
abae146dae
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      docs/_snippets/features/mathtype.html

+ 1 - 0
docs/_snippets/features/mathtype.html

@@ -3,6 +3,7 @@
 	 * See: https://github.com/ckeditor/ckeditor5/issues/2080.
 	 */
 	.live-snippet .ck-editor p img {
+		display: inline;
 		margin: 0;
 	}
 </style>