updates styling

This commit is contained in:
Jonas Heinrich 2025-09-18 12:35:02 +02:00
parent fcc2eab88c
commit af31ea1abb

View file

@ -133,14 +133,14 @@
{% endif %} {% endif %}
{% if show_context %} {% if show_context %}
<h3 class="h5 mt-0 ellipsis"> <h3 class="h5 mt-0">
<span class="title-text"> <span class="title-text ellipsis">
{{ update.plan }} {{ update.plan }}
</span> </span>
</h3> </h3>
{% else %} {% else %}
<h3 class="h4 mt-0 ellipsis"> <h3 class="h4 mt-0">
<span class="title-text"> <span class="title-text ellipsis">
{{ update.title }} {{ update.title }}
</span> </span>
</h3> </h3>