0
Paragraphs are overflow in browser. How can I fix that?
Thats my css: p{ height: 200px Overflow-wrap: break -word Word-break: pre-line Word-wrap: break-word } And it's still the same, doesn't change anything
3 odpowiedzi
+ 3
Yes you hadn't used semicolons at the end first fix it and share your source code.
overflow-x: scroll;
overflow-y: hidden;
white-space:nowrap;
use this
0
I've used this. It doesn't overflow but I would like to see the paragraph in multiple lines (not just one that i have to scroll it).
Thanks tho
0
Solved it! I used two seperate divs with the paragraphs inside..and the text looked fine