79238909

Date: 2024-11-30 06:06:07
Score: 0.5
Natty:
Report link

In Bootstrap 5, this code may NOT work

<td class="text-right">
  text aligned
</td>

But this one will:

<td class="text-end">
  text aligned
</td>

It seems that start and end is now preferred in this situation.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ajowi