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:
Jordan Vidrine 2021-04-30 10:58:17 -05:00 committed by GitHub
parent 28cefb666a
commit ffa78b5c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
}
td.subject,
td.details {
max-width: 20vw;
max-width: 10vw;
> div {
max-height: 100px;
overflow-y: auto;