I’ve created this example that demonstrates this weird behavior.
I’ve used the webkit prefixed version of the CSS rules and I’ve tested them only against Chrome 19 for Mac.
I’ve created this example that demonstrates this weird behavior. I’ve used the webkit prefixed
Share
The extra space in the columns is from some of the styles you have specified (e.g.
width:100000px;). To fix, use the following CSS (example):