0

simply: why this happens? when I have a text with no space , like a url link, the line continues outer the text area. image

apparently this is what happens in similar situations, but how to prevent it? some times it really happens that a line is too long with no space inbetween the words.

1 Answers1

1

Add this code to your paragraph class or tag

word-wrap: break-word;
M Atif Mehmood
  • 181
  • 2
  • 12