From 91432c52bfb8f15fc52f82b7d53c106c7679971f Mon Sep 17 00:00:00 2001 From: tellthemachines Date: Mon, 28 Oct 2024 15:59:29 +1100 Subject: [PATCH] Add a little padding --- packages/editor/src/components/document-bar/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor/src/components/document-bar/style.scss b/packages/editor/src/components/document-bar/style.scss index 8634348a634efd..c198b6993d4560 100644 --- a/packages/editor/src/components/document-bar/style.scss +++ b/packages/editor/src/components/document-bar/style.scss @@ -105,6 +105,7 @@ .editor-document-bar__icon-layout.editor-document-bar__icon-layout { position: absolute; + padding-left: $grid-unit-15; display: none; svg { fill: $gray-600;