浏览代码

Optimized button spacing for better look and feel.

Aleksander Nowodzinski 8 年之前
父节点
当前提交
abae997136
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/button.css

+ 2 - 2
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/button/button.css

@@ -20,7 +20,7 @@ a.ck-button {
 	white-space: nowrap;
 	white-space: nowrap;
 	cursor: default;
 	cursor: default;
 	vertical-align: middle;
 	vertical-align: middle;
-	padding: var(--ck-spacing-extra-tiny);
+	padding: var(--ck-spacing-tiny);
 	text-align: center;
 	text-align: center;
 
 
 	/* Normalize the height of the line. Removing this will break consistent height
 	/* Normalize the height of the line. Removing this will break consistent height
@@ -48,7 +48,7 @@ a.ck-button {
 	}
 	}
 
 
 	&.ck-button_with-text {
 	&.ck-button_with-text {
-		padding: var(--ck-spacing-extra-tiny) var(--ck-spacing-standard);
+		padding: var(--ck-spacing-tiny) var(--ck-spacing-standard);
 
 
 		@mixin ck-button-icon {
 		@mixin ck-button-icon {
 			margin-left: calc(-1 * var(--ck-spacing-small));
 			margin-left: calc(-1 * var(--ck-spacing-small));