Vertical align in bootstrap table

后端 未结 7 1992
萌比男神i
萌比男神i 2020-12-23 02:54

I am trying to display a table with 4 columns, one of which is an image. Below is the snapshot:-\"enter

相关标签:
7条回答
  • 2020-12-23 03:18

    Try:

    .table thead th{
       vertical-align:middle;
    }
    
    0 讨论(0)
提交回复
热议问题