浏览代码

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 {