A Simple Problem: When table is wider than screen and if we add a bigger text in any cell or <td>
.
It will increase the height for whole row unnecessary extra
Case 1 (no problem) (only table overflow): (http://jsfiddle.net/dg3romjt/)
Case 2 (no problem) (only a cell with more text): (http://jsfiddle.net/mg8869ou/)
Case 3 (PROBLEMATIC) (overflow + a cell with more text): (http://jsfiddle.net/w1dc380w/3/)