fix(profile): preserve bio line breaks in profile views #37

Merged
McPringle merged 1 commit from fix/line-breaks-in-bio into main 2026-05-05 11:35:13 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 59cb2632c4 - Show all commits

View file

@ -46,7 +46,7 @@
<p class="text-muted mb-2">
<span id="username"></span>
</p>
<p id="bio" class="mb-3"></p>
<p id="bio" class="mb-3 preserve-linebreaks"></p>
</div>
<div id="followButtonContainer" class="d-none">
<button class="btn btn-primary" id="followBtn">

View file

@ -46,7 +46,7 @@
<p class="text-muted mb-2">
<span id="username"></span>
</p>
<p id="bio" class="mb-3"></p>
<p id="bio" class="mb-3 preserve-linebreaks"></p>
</div>
<div>
<a th:href="@{/profile/edit}" class="btn btn-outline-primary">