Explorar el Código

Adjusted vertical align of button content.

Oskar Wrobel hace 9 años
padre
commit
fb21543cd8
Se han modificado 1 ficheros con 3 adiciones y 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;
 	}
 }