zahmis 5 anni fa
parent
commit
9625d07df0
1 ha cambiato i file con 4 aggiunte e 6 eliminazioni
  1. 4 6
      src/client/styles/scss/_on-edit.scss

+ 4 - 6
src/client/styles/scss/_on-edit.scss

@@ -29,10 +29,8 @@ body.on-edit {
     }
   }
 
-  //temp data
-  .grw-page-path-nav h1 {
-    // display: flex;
-    width: 700px;
+  .grw-page-path-nav {
+    width: 800px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
@@ -47,10 +45,10 @@ body.on-edit {
       width: 420px;
     }
     @include media-breakpoint-only(lg) {
-      width: 490px;
+      width: 500px;
     }
     @include media-breakpoint-only(xl) {
-      width: 700px;
+      width: 800px;
     }
   }