zahmis před 5 roky
rodič
revize
5f2203fc70
1 změnil soubory, kde provedl 22 přidání a 0 odebrání
  1. 22 0
      src/client/styles/scss/_on-edit.scss

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

@@ -51,6 +51,28 @@ body.on-edit {
       width: 800px;
     }
   }
+  .grw-page-path-nav h1 {
+    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;
+    }
+  }
 
   .page-wrapper {
     position: relative;