mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
#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…
x
Reference in New Issue
Block a user