diff --git a/static/styles/post.css b/static/styles/post.css index 3344e11..d968dd2 100644 --- a/static/styles/post.css +++ b/static/styles/post.css @@ -18,4 +18,8 @@ .line-break { white-space: pre-line; +} + +.word-wrap { + word-break: break-word; } \ No newline at end of file diff --git a/templates/thread.html b/templates/thread.html index 5d7eedb..ac91a42 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -46,7 +46,7 @@ {{ end }}
{{$Post.Text}}
+{{$Post.Text}}