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

View File

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