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

@ -36,7 +36,7 @@ var banlist_init = function(token, my_boards, inMod) {
}
return pre+f.mask;
} },
reason: {name: _("Reason"), width: "40%", max_width: "40%", max_height: "240px", handle_longwords: true, fmt: function(f) {
reason: {name: _("Reason"), width: "40%", max_width: "40%", handle_longwords: true, fmt: function(f) {
var add = "", suf = '';
if (f.seen == 1) add += "<i class='fa fa-check' title='"+_("Seen")+"'></i>";
if (f.message) {