onlineweb-frontend
onlineweb-frontend copied to clipboard
Event view on mobile is too large on long words
Describe the bug
Event page is longer than mobile page if there are long links or long words.
The text block should have the CSS-rule:
word-break: anywhere;
hyphens: auto;
To Reproduce Steps to reproduce the behavior:
- Go to https://online.ntnu.no/events/1485
- Open in responsive mode
- The page is wider than the screen
Expected behavior
The text should be wrapped instead of being wider than the screen
Screenshots
With rule:
Without rule (current):