8
0
Pārlūkot izejas kodu

Code refactoring in the image styles sheet.

Aleksander Nowodzinski 8 gadi atpakaļ
vecāks
revīzija
1e7d02d9f0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/ckeditor5-image/theme/image.css

+ 1 - 1
packages/ckeditor5-image/theme/image.css

@@ -8,7 +8,7 @@
 		clear: both;
 
 		& > img {
-			/*Prevent unnecessary margins caused by line-height (see #44).*/
+			/* Prevent unnecessary margins caused by line-height (see #44). */
 			display: block;
 		}
 	}