Browse Source

Fix dashboard module change form breadcrumbs

Denis K 8 years ago
parent
commit
8b04340cca
1 changed files with 6 additions and 0 deletions
  1. 6 0
      jet/static/jet/css/_dashboard.scss

+ 6 - 0
jet/static/jet/css/_dashboard.scss

@@ -41,6 +41,12 @@
       display: none;
     }
   }
+
+  &.jet.change-form .breadcrumbs {
+    @include for-mobile {
+      display: block;
+    }
+  }
 }
 
 /* RECENT ACTIONS MODULE */