It is necessary to modify the CSS in order to break long words in the view, e.g.: ``` * { overflow-wrap: break-word; } ```
It is necessary to modify the CSS in order to break long words in the view, e.g.: