From d490581c44f81a8c4fce64bf210d21587e6ce762 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Wed, 16 Aug 2023 11:07:32 -0400 Subject: [PATCH] Fix overflowing text on mobile --- static/tailwind.css | 2 +- views/partials/contextComment.hbs | 2 +- views/post.hbs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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}}