From f30026149a89f3d3b289c5030cd1ca34f728b036 Mon Sep 17 00:00:00 2001 From: Matthias Metelka <62722460+kleinerpirat@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:09:12 +0200 Subject: [PATCH] Add 5px top padding to Fields.svelte to make it look like it used to. --- ts/editor/Fields.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/editor/Fields.svelte b/ts/editor/Fields.svelte index ac8ee48d8..d35a0c539 100644 --- a/ts/editor/Fields.svelte +++ b/ts/editor/Fields.svelte @@ -12,6 +12,7 @@ Contains the fields. This contains the scrollable area.