Skip to content

Commit

Permalink
Merge pull request #276 from pinkary-project/fix/text-align-followers
Browse files Browse the repository at this point in the history
Fix: Alignment issue on followers / following modals
  • Loading branch information
nunomaduro authored Apr 30, 2024
2 parents 0e446f1 + ce38f06 commit 7020456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/livewire/followers/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class="size-4"
/>
@endif
</div>
<p class="truncate text-slate-500 transition-colors group-hover:text-slate-400">
<p class="truncate text-left text-slate-500 transition-colors group-hover:text-slate-400">
{{ '@'.$user->username }}
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/livewire/following/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class="size-4"
/>
@endif
</div>
<p class="truncate text-slate-500 transition-colors group-hover:text-slate-400">
<p class="truncate text-left text-slate-500 transition-colors group-hover:text-slate-400">
{{ '@'.$user->username }}
</p>
</div>
Expand Down

0 comments on commit 7020456

Please sign in to comment.