From 6c17e1fa71115cea86399c6bf9e2f560c77a6bd7 Mon Sep 17 00:00:00 2001 From: Cesar Velez Date: Fri, 20 Oct 2017 16:57:23 -0400 Subject: [PATCH] LP#1679246 - add display-none css rule to eg-grid-field This will fix the extraneous text created from any eg-grid-field that has non IDL paths or text data. Ex: a virtual/computed column, ie {{usr}}@{{org}} Signed-off by: Cesar Velez Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/css/style.css.tt2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index e5a661a8a3..74cf439656 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -473,6 +473,10 @@ table.list tr.selected td { /* deprecated? */ height: 25px; } +eg-grid-field { + display: none; +} + [%# vim: ft=css %] -- 2.43.2