Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Width issue with ul li in Safari Reply To: Width issue with ul li in Safari

#147194
networker
Participant

Found it

ul {
display: table;
}

li {
display: table-cell;
}

will fix the issue.