bootstrap responsive table content wrapping

前端 未结 10 1791
南旧
南旧 2020-12-24 11:10

I have HTML similar to this:

    
10条回答
  •  甜味超标
    2020-12-24 11:51

    EDIT

    I think the reason that your table is not responsive to start with was you did not wrap in .container, .row and .col-md-x classes like this one

    With this, you can still use

    tags and even make it responsive.

    Please see the Bootply example here

提交回复
热议问题