Double border-spacing with thead in Chrome and Safari Double border-spacing with thead in Chrome and Safari google-chrome google-chrome

Double border-spacing with thead in Chrome and Safari


thead th {position: relative; top: 5px;} will do it


That's not exactly "THE" solution, but you might want to take a look at here for a workaround which have worked with my specific case:

How to remove extra border spacing between TBODY elements?