Using the following table as a reference:
<table>
<tbody>
<tr>
<td>
<input value = "this is the text">
</td>
</tr>
</tbody>
</table>
I am facing an issue where the <input>
element does not completely fill the space within its <td>
cell. How can I ensure that the <input>
element always spans edge to edge in the cell?