Browse Source

Truncate inline add row

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

+ 3 - 0
jet/static/jet/css/_changeform.scss

@@ -691,6 +691,9 @@ body.popup .submit-row {
     left: 0;
     padding: 0 16px !important;
     z-index: 1;
+    white-space: nowrap;
+    text-overflow: ellipsis;
+    overflow: hidden;
   }
 
   &-content {