diff --git a/app/assets/stylesheets/views/profile.scss b/app/assets/stylesheets/views/profile.scss index f4c8b3864..20ac4a7e4 100644 --- a/app/assets/stylesheets/views/profile.scss +++ b/app/assets/stylesheets/views/profile.scss @@ -45,6 +45,10 @@ padding: var(--padding); } + &__bio { + white-space: pre-wrap; + } + &__meta { font-size: var(--fs-s); color: var(--base-60); diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 145624943..529d5189c 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -64,7 +64,7 @@ -
<%= @user.tag_line.presence || [t("views.users.empty")].sample %>
+<%= @user.tag_line.presence || [t("views.users.empty")].sample %>