浏览代码

Truncate inline add row

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