Merge branch 'fix/line-breaks-in-bio' into sattelgeschichten
This commit is contained in:
commit
1f02049985
2 changed files with 2 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue