Hello,
I have the following suggestion:
Displaying the notes in a textarea element instead of an input element.
It would look like something in the attachment.
The reason being, it's easier to read longer notes. Also, by default it's possible to adjust the size of the box which is great for this purpose. The result shown in the attachment was achieved by replacing the input element with the textarea element, directly in the Dev Tools of the browser, just to showcase how it could potentially look like.
Cheers!