Skip to content

Commit

Permalink
Improve readability for multiline event descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
OneBlue committed Nov 2, 2024
1 parent 4af9297 commit 1796cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/templates/event.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
{% if description is defined %}
<tr>
<th style="background-color:#808080"> Description </th>
<td>{{ description }}</td>
<td style="white-space:pre-wrap; word-wrap:break-word">{{ description }}</td>
</tr>
{% endif %}
{% if attendees is defined %}
Expand Down

0 comments on commit 1796cde

Please sign in to comment.