Bootstrap table won't fill container width

前端 未结 8 1117
春和景丽
春和景丽 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:06

    Even responsive tables do not expand to fit the container if the container is large. There is no Boostrap table configuration to make that happen.

    The simplest way, if you want to use Bootstrap classes, is to add w-100. Otherwise, use a single-column grid layout.

提交回复
热议问题