#8148 viewer log tables changes styles
This commit is contained in:
parent
adaa4d47bc
commit
ceead626ee
|
@ -395,6 +395,8 @@ class AuditLog extends HTML
|
||||||
row.child(format(row.data())).show();
|
row.child(format(row.data())).show();
|
||||||
tr.addClass('shown');
|
tr.addClass('shown');
|
||||||
}
|
}
|
||||||
|
$('#audit_logs').css('table-layout','fixed');
|
||||||
|
$('#audit_logs').css('width','95% !important');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue