How can I display my placeholder text in the input without extending the length of the input box?
https://i.sstatic.net/J71CF.png
Below is the HTML code used:
<section class="comment-input">
<input type="text" placeholder="Try adding your own todosadsadasdsdaasdasdsaddsad!">
<button>Clickez moi</buttoon>
</section>