I'm developing a JavaScript feature for creating status posts on a webpage. Within the "compose a post" div, there is centered text that reads "enter your text here" (using contenteditable). The issue I am facing is that when a new line is entered in the text, the div expands but loses the space between the text and the bottom of the div. Is there a way to maintain this space while still allowing the div to expand? Thank you for any assistance!