My goal is to create a table-like appearance in a simple bootstrap grid using the row
and col-
classes, with vertical dividers that extend the full length of the tallest column.
I have created a demo which shows that traditional methods only allow the divider to be as long as the current column: http://www.bootply.com/8egTicqQAq
I have searched for solutions on similar questions on SO, but none of them worked for me in the latest version of Chrome. However, I am looking for a solution that will work in any modern browser.