From c10fe429b340ad120b9402f51d862875adfb41dc Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 23 Sep 2019 16:41:29 -0600 Subject: [PATCH] Etemplate: Fix CSS so column width calculation gets proper header column width --- api/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 5057bffb47..c4c52cad1a 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -1660,7 +1660,7 @@ div.message.floating { /* Allow space for category color indicators, preserving column calculations */ -.et2_nextmatch .egwGridView_outer thead tr > th:first-child { +.egwGridView_outer thead tr > th:first-child { border-left: 6px solid transparent; } .egwGridView_scrollarea tr.row_category > td:first-child, .select-cat li {