Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.table .table-striped .table-bordered 2番目の列の幅を変更しようとすると、サイズが変更されないクラスを持つテーブルがあります。width: 50% を試しましたが 、インライン スタイリングはまだうまくいきません。
.table .table-striped .table-bordered
次のように CSS でオーバーライドします。
.table tr td:nth-child(2) {width:50%;}
例を参照してください: http://bootply.com/60325