2
0
yusuketk 7 жил өмнө
parent
commit
8b4d538354

+ 11 - 13
src/client/styles/scss/_on-edit.scss

@@ -104,23 +104,21 @@ body.on-edit {
       pointer-events: initial; // enable pointer-events
     }
 
-
-    div.title-container {
-      margin-right: 0px;
+    .header-wrap {
       overflow-x: hidden;
+    }
 
-      h1#revision-path {
-        @include variable-font-size(20px);
-        line-height: 1em;
+    h1#revision-path {
+      @include variable-font-size(20px);
+      line-height: 1em;
 
-        // nowrap even if the path is too long
-        .d-flex {
-          flex-wrap: nowrap;
-        }
+      // nowrap even if the path is too long
+      .d-flex {
+        flex-wrap: nowrap;
+      }
 
-        .path-segment {
-          white-space: nowrap;
-        }
+      .path-segment {
+        white-space: nowrap;
       }
     }