소스 검색

Adjusted vertical align of button content.

Oskar Wrobel 9 년 전
부모
커밋
fb21543cd8
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      packages/ckeditor5-theme-lark/theme/components/button.scss

+ 3 - 0
packages/ckeditor5-theme-lark/theme/components/button.scss

@@ -123,8 +123,11 @@ a.ck-button {
 	}
 
 	.ck-button__label {
+		float: left;
+		line-height: inherit;
 		font-size: inherit;
 		font-weight: inherit;
 		color: inherit;
+		cursor: inherit;
 	}
 }