浏览代码

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

GitOrigin-RevId: 2a5df7019188f305d475065ab00b6f33722e60d7
Domagoj Kriskovic 2 年之前
父节点
当前提交
5da8662fa8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;