Skip to content

Commit

Permalink
about
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Apr 15, 2024
1 parent 2d2d16b commit d62177e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/users/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@
</div>
</div>
</div>
<p class="font-normal text-sm text-subtle mb-2"> <%= @user.bio %> </p>
<p class="font-normal text-sm text-subtle mb-2 text-ellipsis overflow-hidden h-56">
<%= @user.bio %>
</p>

<div class="flex justify-end">
<%= link_to "more", "/#{@user.username}/about", class: "mr-2 btn-xs outline rounded-sm p-1" %>
Expand Down

0 comments on commit d62177e

Please sign in to comment.