Browse Source

Disable breadcrumbs text wrapping for mobile

Denis K 8 năm trước cách đây
mục cha
commit
f8e6bbd1fa
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      jet/static/jet/css/_breadcrumbs.scss

+ 2 - 0
jet/static/jet/css/_breadcrumbs.scss

@@ -16,6 +16,8 @@ div.breadcrumbs {
 
   @include for-mobile {
     padding: 20px 20px 10px 20px;
+    white-space: normal;
+    text-overflow: clip;
     overflow: auto;
   }