mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-04-05 12:33:42 +00:00
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:
@@ -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 }}: </span>
|
||||
{%- for s in audit.subjects -%}
|
||||
<span>{% if not loop.first %}, {% endif %}</span><span>{{ s|chill_render_audit_subject }}</span>
|
||||
|
||||
Reference in New Issue
Block a user