Skip to content

Commit b17871c

Browse files
committed
Improve text-wrap on "most popular" feed
1 parent 131e938 commit b17871c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/post/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<div class="col-xl-8 col-md-12 mx-auto">
3838
<div class="p-4 p-xl-5 bg-body-secondary rounded position-relative">
3939
<div class="position-absolute d-none d-xxl-block bottom-0 end-0 m-4"><img src="/img/ui/popular-fire.svg"></div>
40-
<div id="popular-list" class="flex-column col-xxl-10">
40+
<div id="popular-list" class="flex-column col-xxl-10 text-balance">
4141
@include('post._popular_list')
4242
</div>
4343
@include('post._popular_pagination')

0 commit comments

Comments
 (0)