text-nowrap
bootstrap5.css
bootstrap5.css
.text-nowrap {
white-space: nowrap !important;
}
html bootstrap5 Sample
テキストが折り返さないように設定する:text-nowrap
途中で折り返しなし | 折り返しても良い |
---|
<table class="w-50 mx-auto">
<tr>
<th class="text-nowrap">途中で折り返しなし</th>
<td>折り返しても良い</td>
</tr>
</table>