fix(profile): preserve bio line breaks in profile views #37
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
<p class="text-muted mb-2">
|
<p class="text-muted mb-2">
|
||||||
<span id="username"></span>
|
<span id="username"></span>
|
||||||
</p>
|
</p>
|
||||||
<p id="bio" class="mb-3"></p>
|
<p id="bio" class="mb-3 preserve-linebreaks"></p>
|
||||||
</div>
|
</div>
|
||||||
<div id="followButtonContainer" class="d-none">
|
<div id="followButtonContainer" class="d-none">
|
||||||
<button class="btn btn-primary" id="followBtn">
|
<button class="btn btn-primary" id="followBtn">
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
<p class="text-muted mb-2">
|
<p class="text-muted mb-2">
|
||||||
<span id="username"></span>
|
<span id="username"></span>
|
||||||
</p>
|
</p>
|
||||||
<p id="bio" class="mb-3"></p>
|
<p id="bio" class="mb-3 preserve-linebreaks"></p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a th:href="@{/profile/edit}" class="btn btn-outline-primary">
|
<a th:href="@{/profile/edit}" class="btn btn-outline-primary">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue