We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079ae7e commit 447c926Copy full SHA for 447c926
lib/algora_web/live/user/profile_live.ex
@@ -50,7 +50,7 @@ defmodule AlgoraWeb.User.ProfileLive do
50
<p class="text-muted-foreground">@{User.handle(@user)}</p>
51
</div>
52
53
- <p class="max-w-2xl text-foreground">{@user.bio}</p>
+ <p class="max-w-3xl text-foreground whitespace-pre-line">{@user.bio}</p>
54
55
<div class="flex flex-wrap gap-4">
56
<%= for tech <- @user.tech_stack do %>
0 commit comments