html - Twitter bootstrap resize a column -


i have table class .table .table-striped .table-bordered
now when try change width of second column doesnt resize. i've tried width: 50%
and inline styling still no luck.

override in css this:

.table tr td:nth-child(2) {width:50%;} 

see example: http://bootply.com/60325


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -