Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Table / grid lines no rendering in Firefox

Status Resolved
Add-on / Version Simple Grids & Tables 1.5.1
Severity
EE Version 6.3.4

Fabio Marchi

May 25, 2022

Table / grid lines no rendering in Firefox. CSS error, maybe?

#1

BoldMinded (Brian)

Thanks, I’ll take a look at it.

#2

BoldMinded (Brian)

This is a bug in Firefox. https://stackoverflow.com/questions/7517127/borders-not-shown-in-firefox-with-border-collapse-on-table-position-relative-o

If you want you can update your simple-gt.css file at the bottom to this to fix it, it’ll be included in the next release.

.simple-gt .grid-field__table tr td {
    min-width: auto;
    background-clip: padding-box;
}

Login to reply