Etemplate: Fix CSS so column width calculation gets proper header column width

This commit is contained in:
nathangray 2019-09-23 16:41:29 -06:00
parent 6ce32d3e85
commit c10fe429b3

View File

@ -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 {