#8148 viewer log tables changes styles

This commit is contained in:
Jonathan 2023-01-11 09:25:45 +01:00
parent adaa4d47bc
commit ceead626ee
1 changed files with 2 additions and 0 deletions

View File

@ -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>