From 520b3166da597f92d6f4fdca025be1388de2fd3d Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Wed, 11 Oct 2023 01:05:42 -0400 Subject: [PATCH] fix(front): adds to post headline Closes: #closes #715 --- front/src/lib/styles/pages/post.css | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/lib/styles/pages/post.css b/front/src/lib/styles/pages/post.css index 375603599..83e80c654 100644 --- a/front/src/lib/styles/pages/post.css +++ b/front/src/lib/styles/pages/post.css @@ -129,6 +129,7 @@ margin-bottom: 0; padding: 0 1rem; line-height: 1.2; + text-wrap: balance; @media screen and (min-width: 480px) { padding: 0 1.5rem; }