UI: Make sure staff logs don't break the layout (#12494)

Prevents accidental layout stretching in `/admin/logs/staff_action_logs`
This commit is contained in:
Jarek Radosz 2021-03-23 22:08:28 +01:00 committed by GitHub
parent 6ff888bd2c
commit be5ed73f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -138,6 +138,9 @@
overflow-y: auto;
}
}
td.context {
word-break: break-all;
}
}
.staff-action-logs-controls {