In HtmlRenderer.Dom.CssLayoutEngineTable.DetermineMissingColumnWidths(float availCellSpace) in the loop "spread extra width between all columns" (line 460) columns width is determinted so that sum of _columnWidths values is bigger than availCellSpace. It causes incorrect cell content wrapping.
Comments: thx man
Comments: thx man