8
0
Quellcode durchsuchen

Fixed: Balloon panel content should not be misaligned when it's narrow. Closes #69.

Aleksander Nowodzinski vor 8 Jahren
Ursprung
Commit
2e4cc6b6a1

+ 0 - 1
packages/ckeditor5-theme-lark/theme/components/panel/balloonpanel.scss

@@ -9,7 +9,6 @@ $ck-balloon-arrow-half-width: 10px;
 	@include ck-rounded-corners();
 	@include ck-rounded-corners();
 	@include ck-drop-shadow();
 	@include ck-drop-shadow();
 
 
-	min-width: 50px;
 	min-height: 15px;
 	min-height: 15px;
 
 
 	background: ck-color( 'background' );
 	background: ck-color( 'background' );