Long inputs in my site overflow out of the div and the allowed width.
I read that it’s because the browser will only insert line breaks if there are spaces.
Since my site is all about user-input, that could mess up with things.
I wanted to know if there’s a way to still limit the width even if the input has no spaces in it.
Make your div scrollable so all overflowing content doesn’t break the layout but scrolls instead.