();
}
}
diff --git a/zero.Web.UI/App/editor/editor.vue b/zero.Web.UI/App/editor/editor.vue
index cb8bffbf..f285795e 100644
--- a/zero.Web.UI/App/editor/editor.vue
+++ b/zero.Web.UI/App/editor/editor.vue
@@ -11,13 +11,14 @@
-
+
This entity is bound to a parent and automatically synchronised.
-
+
+
@@ -353,7 +354,8 @@
{
display: grid;
grid-template-columns: auto minmax(0, 1fr);
- grid-gap: 20px;
+ grid-gap: 16px;
+ padding-bottom: 10px;
align-items: center;
font-size: var(--font-size);
line-height: 1.5;
@@ -366,8 +368,9 @@
i
{
- font-size: 32px;
+ font-size: 28px;
color: var(--color-text);
+ margin-top: -2px;
}
& + .ui-button
diff --git a/zero.Web.UI/Sass/Modules/_button.scss b/zero.Web.UI/Sass/Modules/_button.scss
index 972c4fa6..6893ca84 100644
--- a/zero.Web.UI/Sass/Modules/_button.scss
+++ b/zero.Web.UI/Sass/Modules/_button.scss
@@ -71,7 +71,8 @@ button::-moz-focus-inner
&.type-small
{
- height: 32px;
+ height: 34px;
+ font-size: var(--font-size-s);
padding: 0 12px;
}