diff --git a/templates/pages/helpdesk/index.html.twig b/templates/pages/helpdesk/index.html.twig index cbc3492c080..67e6db03eda 100644 --- a/templates/pages/helpdesk/index.html.twig +++ b/templates/pages/helpdesk/index.html.twig @@ -34,7 +34,10 @@ {% extends "layout/page_skeleton.html.twig" %} {% block content %} -
+ {# We override the parent width using .force-full-width because we need our background images and colors to bleed + through and use all the available width. The content is still using the correct width by redefining manually the + container size for each sections of the page using container-xl/container-narrow classes#} +