소스 검색

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 */