From c664a0f2b35599f57527a72c7cc721185c645825 Mon Sep 17 00:00:00 2001 From: nagyad Date: Wed, 24 Jul 2019 14:51:23 +0200 Subject: [PATCH] OPENEUROPA-2047: Add class for timeline field to render with correct width. --- templates/field/timeline.html.twig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/field/timeline.html.twig b/templates/field/timeline.html.twig index e0084efe4..b12d3f825 100644 --- a/templates/field/timeline.html.twig +++ b/templates/field/timeline.html.twig @@ -4,8 +4,11 @@ * Theme override for the timeline field template. */ #} + +
{{ pattern('timeline', { 'limit': limit, 'button_label': show_more, 'items': items, }) }} +