8
0
Просмотр исходного кода

Simplified the fix by restricting the image's width only.

Aleksander Nowodzinski 8 лет назад
Родитель
Сommit
c89ab5e4a5
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/ckeditor5-image/theme/theme.scss

+ 0 - 1
packages/ckeditor5-image/theme/theme.scss

@@ -40,5 +40,4 @@
 
 
 	// Make sure the image never exceeds the size of the parent container (#67).
 	// Make sure the image never exceeds the size of the parent container (#67).
 	max-width: 100%;
 	max-width: 100%;
-	max-height: 100%;
 }
 }