Skip to content

Commit cf0e296

Browse files
committed
Added pading for profile about
1 parent 8f3016c commit cf0e296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/profile.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ class="link-body-emphasis text-decoration-none">
1717
@endif
1818
</a>
1919
</h6>
20-
<p class="mb-0 small line-clamp line-clamp-1 opacity-75">{{ $user->presenter()->about() }}</p>
20+
<p class="mb-0 small line-clamp line-clamp-1 opacity-75 me-4">{{ $user->presenter()->about() }}</p>
2121
</div>
2222
</div>

0 commit comments

Comments
 (0)