You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Table: also fix colspan followed by multiple newlines issue
If a cell, following a cell with colspan >= 2, contains enough newlines so that
the cell contents extend beyond the bottom of the colspanned cell, the cells
became misaligned. This fixes the issue by always providing an empty copy of
the base row before filling in the additional lines.
0 commit comments