diff --git a/config/pixelfed.php b/config/pixelfed.php index 312b1d3d1..64db6fea8 100644 --- a/config/pixelfed.php +++ b/config/pixelfed.php @@ -23,7 +23,7 @@ return [ | This value is the version of your PixelFed instance. | */ - 'version' => '0.8.0rc1', + 'version' => '0.8.0', /* |-------------------------------------------------------------------------- diff --git a/resources/assets/js/components/PostComments.vue b/resources/assets/js/components/PostComments.vue index 3d2f06ab0..24a71b8f9 100644 --- a/resources/assets/js/components/PostComments.vue +++ b/resources/assets/js/components/PostComments.vue @@ -17,7 +17,7 @@
-

+

{{truncate(reply.account.username,15)}} @@ -39,6 +39,9 @@ .text-break { word-break: break-all !important; } + .comments p { + margin-bottom: 0; + }