Bootstrap Gap Between Columns

前端 未结 1 776
南方客
南方客 2021-01-27 08:43

I use bootstrap on my current project, it\'s working fine but only one glitch:

I have 3 col-sm-6 next to each other, when the second col-sm-6 i

相关标签:
1条回答
  • 2021-01-27 09:32

    Have you tried to apply "pull-right" to the "col-sm-6" container of "panel panel-primary outlets-panel"?

    <div class="col-sm-6 pull-right">
    <div class="panel panel-primary outlets-panel">
      <div class="panel-heading">
        ...
    

    Forked Codepen

    You'll still have to fix the above space of the "tasks list" container, but that should be trivial.

    0 讨论(0)
提交回复
热议问题