Browse Source

Adjusted vertical align of button content.

Oskar Wrobel 9 years ago
parent
commit
fb21543cd8
1 changed files with 3 additions and 0 deletions
  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;
 	}
 }