- πΊπΈUnited States smustgrave
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
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; }
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
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