Skip to content

Commit a639d43

Browse files
Added forced word break for urls in posts where they do not fit on mobiles causing horizontal content overflow.
1 parent 0ab72c6 commit a639d43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_sass/post.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
padding: 30px 20px 0;
44
}
55

6+
.post a {
7+
word-break: break-all;
8+
}
9+
610
.post__event-info {
711
background-color: $light-white !important;
812
}

0 commit comments

Comments
 (0)