
Hi Balaram Briant,
Inspect (right click) the textarea element with your browser's developer tools. Uncheck/check one by one the CSS properties in the Styles section to find if the problem is gone.
It looks like line-height
is set to 0
, if the problem is line-height
then you have to manually change the value to 1.4
or 1.5
for better readability.