From f6ecf83f33d2c95e014eaa5b8951dae7434986c9 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Fri, 11 Aug 2023 16:43:07 +0200 Subject: [PATCH] Increase editor's left hand side padding to 10 --- styles/src/style_tree/search.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/src/style_tree/search.ts b/styles/src/style_tree/search.ts index ff36e3532d..e612c8daf5 100644 --- a/styles/src/style_tree/search.ts +++ b/styles/src/style_tree/search.ts @@ -22,7 +22,7 @@ export default function search(): any { padding: { top: 4, bottom: 4, - left: 4, + left: 10, right: 4, }, }