Ensure proper wrapping of associated subjects in audit trail list items

- Added `flex-wrap: wrap` style to `.item-row` for improved visual handling of lengthy associated subjects.
This commit is contained in:
2026-03-17 12:57:12 +01:00
parent 09aba2e5ed
commit 9877df617b

View File

@@ -11,7 +11,7 @@
</div>
</div>
{% if audit.subjects|length > 0 %}
<div class="item-row">
<div class="item-row" style="flex-wrap: wrap;">
<span>{{ 'audit_trail.list.associated_subject'|trans }}:&nbsp;</span>
{%- for s in audit.subjects -%}
<span>{% if not loop.first %},&nbsp; {% endif %}</span><span>{{ s|chill_render_audit_subject }}</span>