Compare commits

...

1 Commits

2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
kind: UX
body: Display entire comment for activity item within list
time: 2025-11-25T15:01:35.558013876+01:00
custom:
Issue: "424"
SchemaChange: No schema change

View File

@@ -136,7 +136,6 @@
<div class="wl-col list">
{{ activity.comment|chill_entity_render_box({
'disable_markdown': false,
'limit_lines': 3,
'metadata': false,
}) }}
</div>