Use this CSS on elements to prevent them being wider than they should be (e.g. your viewport width).
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;

Use this CSS on elements to prevent them being wider than they should be (e.g. your viewport width).
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;