Bootstrap4 换行


在栅格系统中可以使用.w-100样式进行换行操作。

如:

使用.w-100类进行换行

col
col
col
col

.w-100的样式定义:

.w-100 {
  width: 100% !important;
}