From 5da8662fa8b9880ba57e268ae2df7b6ca7fa6b36 Mon Sep 17 00:00:00 2001 From: Domagoj Kriskovic Date: Mon, 6 May 2024 09:50:12 +0200 Subject: [PATCH] [web] fix alignment issue for "back to editor" button (#18218) GitOrigin-RevId: 2a5df7019188f305d475065ab00b6f33722e60d7 --- services/web/frontend/stylesheets/app/editor/toolbar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/editor/toolbar.less b/services/web/frontend/stylesheets/app/editor/toolbar.less index e9cbf1a8ed..49342c73a2 100644 --- a/services/web/frontend/stylesheets/app/editor/toolbar.less +++ b/services/web/frontend/stylesheets/app/editor/toolbar.less @@ -29,7 +29,7 @@ } .toolbar-right .back-to-editor-btn { - margin-right: 25px; + margin-right: 27px; display: flex; align-items: center;