Browse Source

Added inline missing property.

dkonopka 6 years ago
parent
commit
abae146dae
1 changed files with 1 additions and 0 deletions
  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>