Active
Project:
Admin Audit Trail
Version:
1.0.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Apr 2026 at 15:23 UTC
Updated:
6 Apr 2026 at 15:30 UTC
Jump to comment: Most recent
Long strings in columns like `path` (and possibly `description`) can cause the html table to become awkwardly wide.
Log some data with an absurdly long URL alias.
Add some CSS like:
```
.view-id-admin_audit_trail td {
overflow-wrap: break-word;
word-break: break-word;
}
```
I'm not exactly a front-end expert but this combination seems to make the table nice and readable. EDIT: On second thought, we might want to limit this just to the `path` column as it breaks IP addresses into numerous lines making them harder to read (`td..view-id-admin_audit_trail td.view-path-table-column`?).
Comments
Comment #2
scottatdrake commentedComment #3
scottatdrake commented