When a table\'s width exceed the span\'s width, like this page: http://jsfiddle.net/rcHdC/
You will see the table\'s content is outside of the span.
span
Bootstrap 3 now has Responsive tables out of the box. Hooray! :)
You can check it here: https://getbootstrap.com/docs/3.3/css/#tables-responsive
Add a surrounding your table and you should be good to go: ... To make it work on all layouts you can do this: .table-responsive { overflow-x: auto; } 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
surrounding your table and you should be good to go: ... To make it work on all layouts you can do this: .table-responsive { overflow-x: auto; } 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
...
To make it work on all layouts you can do this:
.table-responsive { overflow-x: auto; }