浏览代码

Fix dashboard module change form breadcrumbs

Denis K 8 年之前
父节点
当前提交
8b04340cca
共有 1 个文件被更改,包括 6 次插入0 次删除
  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 */