diff --git a/ts/editor/Fields.svelte b/ts/editor/Fields.svelte index d63350031..ea6f9d04a 100644 --- a/ts/editor/Fields.svelte +++ b/ts/editor/Fields.svelte @@ -10,7 +10,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html .fields { display: grid; grid-auto-rows: min-content; - grid-gap: 4px; + grid-gap: 6px; padding: 5px 3px 0; /* set height to 100% for rich text widgets */ diff --git a/ts/editor/LabelContainer.svelte b/ts/editor/LabelContainer.svelte index 0968663ef..dba7c7714 100644 --- a/ts/editor/LabelContainer.svelte +++ b/ts/editor/LabelContainer.svelte @@ -53,7 +53,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html background-color: var(--label-color, transparent); - padding: 1px 0; + padding-bottom: 1px; } .clickable { cursor: pointer;