Vertical Alignment of text in a table cell

前端 未结 7 1775
礼貌的吻别
礼貌的吻别 2020-12-03 09:39

Here\'s a portion of my table (it\'s a form):

\"\"

Those are just two \'s in a <

相关标签:
7条回答
  • 2020-12-03 10:07

    If you are using Bootstrap, please add the following customised style setting for your table:

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