0

I have a p text which contains some text. Everything is working ok if this text contains spaces. But if there's no space text just appears in one line no matter how much text is written: dev tools screen

code screen

I'm expecting text to split into multiple lines if it doesn't fit in only one.

I'm really out of ideas why it works this way. Here are computed styles: computed styles

1 Answers1

0

Solution is overflow-wrap: break-word;