mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
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:
parent
7375768e25
commit
ddfee2483d
@ -2031,6 +2031,7 @@ hr {
|
||||
*/
|
||||
table.et2_grid {
|
||||
border-collapse: collapse;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.et2_grid td {
|
||||
|
Loading…
Reference in New Issue
Block a user