Bootstrap table won't fill container width

前端 未结 8 1111
春和景丽
春和景丽 2020-12-24 04:43

I\'m writing a web site using bootstrap (3.3.2) with a simple table on one of the pages. I just have a simple header panel in one container, and another content container w

8条回答
  •  攒了一身酷
    2020-12-24 05:12

    NOTE: If you're using bootstrap v4 alpha, even though the documentation says that you can use:

    
      ...
    

    I still had to use the accepted answer to make it fill the container's width:

    ...

提交回复
热议问题