mirror of
https://github.com/discourse/discourse.git
synced 2025-06-14 16:46:33 +08:00
FIX: Update max-width of staff log cells (#12903)
This commit adjusts the max-width of cells in the staff logs to make up for the new word wrap rules in place.
This commit is contained in:
@ -132,7 +132,7 @@
|
|||||||
}
|
}
|
||||||
td.subject,
|
td.subject,
|
||||||
td.details {
|
td.details {
|
||||||
max-width: 20vw;
|
max-width: 10vw;
|
||||||
> div {
|
> div {
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
Reference in New Issue
Block a user