Parcourir la source

delete double

zahmis il y a 5 ans
Parent
commit
2acff332ea
1 fichiers modifiés avec 1 ajouts et 22 suppressions
  1. 1 22
      src/client/styles/scss/_on-edit.scss

+ 1 - 22
src/client/styles/scss/_on-edit.scss

@@ -29,28 +29,7 @@ body.on-edit {
     }
   }
 
-  .grw-page-path-nav {
-    width: 800px;
-    overflow: hidden;
-    text-overflow: ellipsis;
-    white-space: nowrap;
-
-    @include media-breakpoint-only(xs) {
-      width: 100px;
-    }
-    @include media-breakpoint-only(sm) {
-      width: 300px;
-    }
-    @include media-breakpoint-only(md) {
-      width: 420px;
-    }
-    @include media-breakpoint-only(lg) {
-      width: 500px;
-    }
-    @include media-breakpoint-only(xl) {
-      width: 800px;
-    }
-  }
+  .grw-page-path-nav,
   .grw-page-path-nav h1 {
     width: 800px;
     overflow: hidden;