Commit 5da7aa31 authored by Illya Klymov's avatar Illya Klymov

Fix wrapping of long audit texts

parent 77e913c3
......@@ -19,9 +19,9 @@
= event.author_name
- else
= s_('AuditEvents|(removed)')
.table-section.section-50.flex-truncate-parent.audit-action.js-audit-action
.table-section.section-50.section-wrap.audit-action.js-audit-action
%span= sanitize(human_text(event.details), tags: %w(strong))
.table-section.section-15.flex-truncate-parent
.table-section.section-15.section-wrap
= event.details[:target_details]
.table-section.section-20
= event.created_at
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment