diff --git a/static/tailwind.css b/static/tailwind.css index dfb7445..84e7abf 100644 --- a/static/tailwind.css +++ b/static/tailwind.css @@ -7,7 +7,7 @@ body { } p a { - text-decoration: underline + @apply break-words underline } .posts { diff --git a/views/partials/contextComment.hbs b/views/partials/contextComment.hbs index f559e48..a62e564 100644 --- a/views/partials/contextComment.hbs +++ b/views/partials/contextComment.hbs @@ -3,7 +3,7 @@
-

{{{this.Comment}}}

+

{{{this.Comment}}}

{{this.RelTime}} diff --git a/views/post.hbs b/views/post.hbs index 00b79f9..a41ad82 100644 --- a/views/post.hbs +++ b/views/post.hbs @@ -25,7 +25,7 @@
-
+
{{#if post.User.Username}}