w-50 mx-auto
html bootstrap5 Sample
フロートを解除する:clearfix
フロートを解除しない(重なっているので背景色がでない)
テキストが折り返さないように設定する:text-nowrap
途中で折り返しなし | 折り返しても良い |
---|
<table class="w-50 mx-auto">
<tr>
<th class="text-nowrap">途中で折り返しなし</th>
<td>折り返しても良い</td>
</tr>
</table>