Merge branch 'refs/heads/21-preserve-linebreaks' into sattelgeschichten
This commit is contained in:
commit
979fe4c416
2 changed files with 6 additions and 1 deletions
|
|
@ -92,6 +92,11 @@ p,
|
|||
letter-spacing: normal;
|
||||
}
|
||||
|
||||
/* Preserve line-breaks */
|
||||
.preserve-linebreaks {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
/* Navigation */
|
||||
.navbar {
|
||||
background: linear-gradient(135deg, var(--dark-color) 0%, #2d0052 100%) !important;
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
<span id="activityVisibility"></span>
|
||||
</span>
|
||||
</p>
|
||||
<p id="activityDescription" class="text-muted"></p>
|
||||
<p id="activityDescription" class="preserve-linebreaks text-muted"></p>
|
||||
</div>
|
||||
<div class="btn-group" role="group" id="activityActions" style="display: none;">
|
||||
<a href="#" id="editBtn" class="btn btn-outline-primary">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue