Bootstrap container-fluid padding

后端 未结 13 2318
情话喂你
情话喂你 2021-02-12 22:38

The following HTML is generating unwanted padding:

 
13条回答
  •  迷失自我
    2021-02-12 23:32

     
    test

    The solution can be achieved by this when you give p-0 to the inner column or you can add a class with the column like "xyz" and give it styling to
    ".xyz{padding: 0!important;}"

提交回复
热议问题