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

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -