How to make table equally spaced and wrap word

emsplanet

New Member
I'm using twitter bootstrap, but I think it has nothing to do with the solution, so here is the code:\[code\]div.span12 table.table.table-hover thead tr th Device Name th Device ID th Device Description tbody each dev in devices tr td #{dev.dname} td #{dev.did} td #{dev.ddesc}\[/code\]If one of the attributes gets too big, the table shifts to one side allowing space for the big item. How can I keep the original even spacing and allow word wrap on the rows of the table?
 
Top