瀏覽代碼

Internal: Simplified aligned image styles.

Marek Lewandowski 6 年之前
父節點
當前提交
2828949105
共有 1 個文件被更改,包括 1 次插入3 次删除
  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 {