From 9333e10b881710c487635c57a43b5dafc2579a2e Mon Sep 17 00:00:00 2001 From: PjpG Date: Thu, 16 Aug 2012 15:31:04 +0400 Subject: [PATCH] Update app/assets/stylesheets/errbit.css --- app/assets/stylesheets/errbit.css | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/app/assets/stylesheets/errbit.css b/app/assets/stylesheets/errbit.css index adf0fea..4623841 100644 --- a/app/assets/stylesheets/errbit.css +++ b/app/assets/stylesheets/errbit.css @@ -648,6 +648,13 @@ table.errs td.app .environment { table.errs td.message a { display: block; word-wrap: break-word; + /* PjpG - configuration in WHAT & WHERE table's columns using ellipsis to avoid oversizing table's width */ + width: 300px; + overflow: hidden; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; + white-space: nowrap; + /* ------ */ } table.errs td.message em { color: #727272; -- libgit2 0.21.2