Skip to content

Commit 3f36bc5

Browse files
committed
fix: correcting block height in post list
1 parent 144c40f commit 3f36bc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/PostsList/views/post/block.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'format' => $getDateFormat(),
1111
] : null,
1212
'dateBadge' => $showDateBadge(),
13-
'classList' => ['t-archive-block'],
13+
'classList' => ['t-archive-block', 'u-height--100'],
1414
'context' => ['archive', 'archive.list', 'archive.list.block'],
1515
'attributeList' => ['data-js-posts-list-item' => true],
1616
])

0 commit comments

Comments
 (0)