From ddfee2483d21aa6992df3420f70a5f3f6d1d068a Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 2 Aug 2022 16:55:47 -0600 Subject: [PATCH] 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 --- api/templates/default/etemplate2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index ea8ea8482a..8dad44db8e 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2031,6 +2031,7 @@ hr { */ table.et2_grid { border-collapse: collapse; + table-layout: fixed; } .et2_grid td {