From 893a230f8c58c928fea97c2abb491a49be8f3fab Mon Sep 17 00:00:00 2001 From: Raunak Raj <71929976+bajrangCoder@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:07:07 +0530 Subject: [PATCH] fixed weird spacing issue on header #925 --- src/styles/page.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/page.scss b/src/styles/page.scss index ae6b28461..2fbe2b494 100644 --- a/src/styles/page.scss +++ b/src/styles/page.scss @@ -111,7 +111,7 @@ body { justify-content: flex-end; .icon { - margin: 0; + margin: 0 5px; } } } @@ -512,4 +512,4 @@ wc-page { .editor-container { height: 100%; } -} \ No newline at end of file +}