Ver Fonte

exclude xs from @include media-break-point-up

zahmis há 5 anos atrás
pai
commit
38de6435a0
1 ficheiros alterados com 1 adições e 4 exclusões
  1. 1 4
      src/client/styles/scss/_on-edit.scss

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

@@ -31,14 +31,11 @@ body.on-edit {
 
 
   .grw-page-path-nav,
   .grw-page-path-nav,
   .grw-page-path-nav h1 {
   .grw-page-path-nav h1 {
+    width: calc(100vw - 300px);
     overflow: hidden;
     overflow: hidden;
     text-overflow: ellipsis;
     text-overflow: ellipsis;
     white-space: nowrap;
     white-space: nowrap;
 
 
-    @include media-breakpoint-up(xs) {
-      width: calc(100vw - 300px);
-    }
-
     @include media-breakpoint-up(md) {
     @include media-breakpoint-up(md) {
       width: calc(100vw - 350px);
       width: calc(100vw - 350px);
     }
     }