From c656a9f267f0c35a4f247779a53bcf61d7fe6698 Mon Sep 17 00:00:00 2001 From: Roene Verbeek <85165259+Roene-JustBetter@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:10:04 +0200 Subject: [PATCH] Fix wishlist overview when text is to long (#29) --- resources/views/account/partials/list-item.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/account/partials/list-item.blade.php b/resources/views/account/partials/list-item.blade.php index 4eb8629..7701406 100644 --- a/resources/views/account/partials/list-item.blade.php +++ b/resources/views/account/partials/list-item.blade.php @@ -1,7 +1,7 @@ - - + + @lang('Number of articles') (@{{ wishlist.items.length }}) - @{{ wishlist.description }} + @{{ wishlist.description }} - \ No newline at end of file +