Commit ef858164 authored by Mike Greiling's avatar Mike Greiling

Merge branch 'xanf-fix-audit-log-responsive-wrap' into 'master'

Fix wrapping of long audit texts

See merge request gitlab-org/gitlab!20605
parents 835455d4 5da7aa31
......@@ -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