mirror of
https://github.com/discourse/discourse.git
synced 2025-04-27 20:14:30 +08:00
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…
x
Reference in New Issue
Block a user