forked from leftypol/leftypol
ban page: remove max-height from table rows, since it doesn't work anyway
This commit is contained in:
parent
1b00660d33
commit
5c0d0a8ca1
2 changed files with 1 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue