Parcourir la source

Improved comment.

dkonopka il y a 7 ans
Parent
commit
94e04b4911
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-media-embed/theme/mediaembed.css

+ 1 - 1
packages/ckeditor5-media-embed/theme/mediaembed.css

@@ -11,7 +11,7 @@
 	/* Make sure there is some space between the content and the media. */
 	margin: 1em 0;
 
-	/* Make sure media is displayed properly (overwrite Bootstrap default styles).
+	/* Make sure media is not overriden with Bootstrap default `flex` value.
 	See: https://github.com/ckeditor/ckeditor5/issues/1373. */
 	display: block;
 }