Centering a button vertically in table cell, using Twitter Bootstrap

前端 未结 6 772
盖世英雄少女心
盖世英雄少女心 2020-12-07 15:42

I\'m using Twitter Bootstrap, and attempting to center a button within a table cell. I only really need it centered vertically.

6条回答
  •  天命终不由人
    2020-12-07 15:54

    Add vertical-align: middle; to the td element that contains the button

提交回复
热议问题
<--add this to center vertically