Explorar o código

Adjusted vertical align of button content.

Oskar Wrobel %!s(int64=9) %!d(string=hai) anos
pai
achega
fb21543cd8
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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;
 	}
 }