I'm trying to align the values of my inputs to the right. Any suggestions on how to achieve this?
Here's a visual representation of what I'm looking for.
This is the snippet from my code:
<td style="text-align:center; vertical-align: middle; padding: 8px 18px;">
<input type="text" class="form-control float-end" id="orden${count}" value="${c}">
</td>