Irregular bootstrap column wrapping

前端 未结 4 1484
萌比男神i
萌比男神i 2020-12-23 12:39

Running Rails 4.1.4 with the latest releases of haml, haml-rails, sass, and bootstrap-sass. For a user display, my HAML is as such:

.tutors-listing
    .row
         


        
4条回答
  •  执笔经年
    2020-12-23 13:12

    Sometimes, I run into this issue as well. I recommend trying to overwrite any padding or margin that you do NOT need. Try changing the margin to 0 first. Then remove some of the padding. That has helped in some of my cases.

提交回复
热议问题