Browse Source

fix(ui): page title position when editing mode

charlie 3 years ago
parent
commit
0dcd571fcb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/frontend/components/page.css

+ 2 - 1
src/main/frontend/components/page.css

@@ -276,8 +276,9 @@
 
 a.page-title {
   padding: 0 8px;
-  margin-left: -12px;
+  margin-left: -8px;
   transition: none;
+  display: block;
 }
 
 html.is-native-android,