table formatting issues css - header display, table width & links margin/padding

Created on 6 March 2018, over 6 years ago
Updated 29 January 2023, over 1 year ago

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; }
πŸ› Bug report
Status

Closed: outdated

Version

2.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡Έ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

Production build 0.69.0 2024