From 3f36bc5b1d26b0cdbb5a0104e437296d2dca7593 Mon Sep 17 00:00:00 2001 From: NiclasNorin Date: Mon, 6 Jul 2026 09:31:31 +0200 Subject: [PATCH] fix: correcting block height in post list --- library/PostsList/views/post/block.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/PostsList/views/post/block.blade.php b/library/PostsList/views/post/block.blade.php index 94fd8520f0..1ee41abfc5 100644 --- a/library/PostsList/views/post/block.blade.php +++ b/library/PostsList/views/post/block.blade.php @@ -10,7 +10,7 @@ 'format' => $getDateFormat(), ] : null, 'dateBadge' => $showDateBadge(), - 'classList' => ['t-archive-block'], + 'classList' => ['t-archive-block', 'u-height--100'], 'context' => ['archive', 'archive.list', 'archive.list.block'], 'attributeList' => ['data-js-posts-list-item' => true], ])