Skip to content

Commit 26d7e2f

Browse files
committed
Enable line breaking in long URLs
Otherwise long URLs cause horizontal scrolling on mobile.
1 parent dda9efe commit 26d7e2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

html/css/ejs.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ article {
3030
max-width: 35em;
3131
padding: 2em 1em 5em;
3232
position: relative;
33+
overflow-wrap: break-word;
3334
}
3435

3536
nav {

0 commit comments

Comments
 (0)