8
0
فهرست منبع

Fixed wrong position of the dropdown icon.

Aleksander Nowodzinski 8 سال پیش
والد
کامیت
3fdc9b7106
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/dropdown.css

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/dropdown.css

@@ -13,7 +13,7 @@
 
 	/* A triangle displayed to indicate this is actually a dropdown. */
 	& .ck-dropdown__icon {
-		right: var(--ck-spacing-medium);
+		right: var(--ck-spacing-standard);
 	}
 
 	&.ck-disabled .ck-dropdown__icon {