Automaticaly Wrap long Text

Have you ever seen this issue that when testers wrote some long word like "Thisisaverylongword", it destroys the design and reported as a bug!, yes, It's a bug, try using this

p {word-wrap:break-word;}

You can also use

* {word-wrap:break-word;}