From ffa78b5c266bb8a130edaca355ad667584c5073b Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Fri, 30 Apr 2021 10:58:17 -0500 Subject: [PATCH] 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. --- app/assets/stylesheets/common/admin/staff_logs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/admin/staff_logs.scss b/app/assets/stylesheets/common/admin/staff_logs.scss index eb31f1522da..c3f9a31fc1f 100644 --- a/app/assets/stylesheets/common/admin/staff_logs.scss +++ b/app/assets/stylesheets/common/admin/staff_logs.scss @@ -132,7 +132,7 @@ } td.subject, td.details { - max-width: 20vw; + max-width: 10vw; > div { max-height: 100px; overflow-y: auto;