Hello everyone, tell me how to do it, I have a container:
<div id = "text"> <p> бла бла бла тут типо тектс </p> </div>
And to do so, if suddenly there is a long sentence, so that the text does not go beyond the frame of this div'a, but simply transferred to another line? I have already tried overflow, but it does not help, I include scroll or auto, it still does everything in line, if I write hidden, then in general the text is cut off. And how to make it transferred?
Here is the problem itself: