Table cell width with bootstrap
问题 I have a simple table with two columns, I would like the to set the width of each of these columns, for example left column 30% right column 70%. Eventually I will have hundreds of rows so If I can apply a global css class I guess that would be best? Currently the left column is compressed and doesn't look good. I have created a jsfiddle if somebody could lend some assistance. <div class="container"> <div class="row col-md-8"> <table class="table table-striped"> <tr> <td>row name here</td>