diff --git a/src/templates/nodes/custom/asset/view_theatre_embed.pug b/src/templates/nodes/custom/asset/view_theatre_embed.pug index fdc350dd..ef8188d5 100644 --- a/src/templates/nodes/custom/asset/view_theatre_embed.pug +++ b/src/templates/nodes/custom/asset/view_theatre_embed.pug @@ -42,9 +42,10 @@ a(href="{{ node.short_link }}") {{ node.short_link }} | {% endif %} - comments-tree#comments-embed( - parent-id="{{ node._id }}" - ) + .mx-3 + comments-tree#comments-embed( + parent-id="{{ node._id }}" + ) include ../_scripts