-1

I have a text that I want to have the property (text-align:justify;)

However, when I use this property on responsive it makes huge gaps in between the words. Anyone know how can I solve this without having to give every single text in the website different properties at different @medias?

Ismael
  • 1

1 Answers1

1

Use this in your textarea or p tag

style = "word-wrap: break-word";
Alexandre Velo
  • 115
  • 1
  • 10