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:
parent
6ff888bd2c
commit
be5ed73f08
|
@ -138,6 +138,9 @@
|
|||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
td.context {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
.staff-action-logs-controls {
|
||||
|
|
Loading…
Reference in New Issue