few table formatting issues I had to correct via css

//table expands to far with "width:calc(100% + 20px)"
table.sticky-enabled.tableheader-processed.sticky-table.module-filter-tabs-processed
{ width:calc(100% + 0px); }

//headers not displayed properly as "display:none" was set
#module-filter-modules table thead
{  display: table-header-group !important; }

//removing top & bottom margins and a left padding that some links inherited
.ctools-content ul 
{  margin:0;  padding:0; }

Comments

markusd1984 created an issue. See original summary.

smustgrave’s picture

Status: Active » Closed (outdated)

With D10 now out going to putting all the focus on the 4.x version of this
module supporting D9 + D10.

Will keep an on the 7.x-2.x branch for reviews but no active work will
probably happen