ban page: remove max-height from table rows, since it doesn't work anyway

This commit is contained in:
Zankaria 2024-01-16 01:25:57 +01:00
parent 1b00660d33
commit 5c0d0a8ca1
2 changed files with 1 additions and 5 deletions

View file

@ -46,10 +46,6 @@ $.fn.longtable = function(fields, options, data) {
}
el.css("width", fields[field].width);
if (fields[field].max_height) {
el.css("max-height", fields[field].max_height);
}
return el;
},
_gen_tr: function(id) {