Bootstrap row class contains margin-left and margin-right which creates problems

前端 未结 8 2015
北恋
北恋 2020-12-02 15:20

I am using Bootstrap \'row\' class to align divs one on top of another, which works fine but

.row {
   margin-left: -15px;
   marg         


        
8条回答
  •  北海茫月
    2020-12-02 15:42

    I used div class="form-control" instead of div class="row"

    That fixed for me.

提交回复
热议问题