Do you need to use Bootstrap's “container” and “row” if your content is to span the whole width?

后端 未结 4 1121
旧巷少年郎
旧巷少年郎 2020-12-09 12:11

I think the standard of Bootstrap 3 and 4 is

...
4条回答
  •  温柔的废话
    2020-12-09 12:33

    You should add .container-fluid to your wrapping div. You should wrap the table, div, or form within a div add the class .container-fluid to it.

    The official bootstrap documentation on grid system

提交回复
热议问题