Turn on table-layout: fixed since it seems to help a little, as long as everything has enough space.

It is likely to cause an overflow if there isn't enough space when leaving it out could let the browser pack things in better
This commit is contained in:
nathan 2022-08-02 16:55:47 -06:00
parent 7375768e25
commit ddfee2483d

View File

@ -2031,6 +2031,7 @@ hr {
*/
table.et2_grid {
border-collapse: collapse;
table-layout: fixed;
}
.et2_grid td {