Browse Source

[web] fix alignment issue for "back to editor" button (#18218)

GitOrigin-RevId: 2a5df7019188f305d475065ab00b6f33722e60d7
Domagoj Kriskovic 2 years ago
parent
commit
5da8662fa8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/web/frontend/stylesheets/app/editor/toolbar.less

+ 1 - 1
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;