소스 검색

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 {