How to remove white-space above the text when passing text into div
I’m passing the data from js file into html file. But is always showing whitespace above the texts. How can i remove that whitespace? I tried remove it by using white-space = pre-line but in not work.
Add comment