Explorar el Código

Internal: Simplified aligned image styles.

Marek Lewandowski hace 6 años
padre
commit
2828949105
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      packages/ckeditor5-image/theme/imagestyle.css

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

@@ -12,9 +12,7 @@
 	& .image-style-align-left,
 	& .image-style-align-center,
 	& .image-style-align-right {
-		&:not(.image_resized) {
-			max-width: 50%;
-		}
+		max-width: 50%;
 	}
 
 	& .image-style-side {