From 0f4727049ed2519e7d684278bba75d48a74770c3 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 29 Sep 2014 13:32:34 +0200 Subject: [PATCH] .noTruncate disables truncating of td, th text --- app/assets/stylesheets/zzz.css.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;