diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index cd9ff81c6..226d4fae0 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -209,8 +209,8 @@ table { display: table-row; } -.table th, -.table td { +.table th:not(.noTruncate), +.table td:not(.noTruncate) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;