Przeglądaj źródła

Truncate inline add row

Denis K 8 lat temu
rodzic
commit
dde12c9549
1 zmienionych plików z 3 dodań i 0 usunięć
  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 {