From 7e6b42563828a6eeb036f59191fa708c05345076 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 16 Sep 2022 12:01:50 -0700 Subject: [PATCH] Fix for inconsistent content widths --- .../node--ubc-profile--card-horizontal-round-image.html.twig | 1 + templates/content/node--ubc-profile--card-horizontal.html.twig | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/content/node--ubc-profile--card-horizontal-round-image.html.twig b/templates/content/node--ubc-profile--card-horizontal-round-image.html.twig index c1b3737..6fdaded 100644 --- a/templates/content/node--ubc-profile--card-horizontal-round-image.html.twig +++ b/templates/content/node--ubc-profile--card-horizontal-round-image.html.twig @@ -104,6 +104,7 @@ 'p-4', 'ubc-card__content', 'first-child--mt-0', + 'w-full', ] %} {% diff --git a/templates/content/node--ubc-profile--card-horizontal.html.twig b/templates/content/node--ubc-profile--card-horizontal.html.twig index 77f5540..05d3992 100644 --- a/templates/content/node--ubc-profile--card-horizontal.html.twig +++ b/templates/content/node--ubc-profile--card-horizontal.html.twig @@ -104,6 +104,7 @@ 'p-4', 'ubc-card__content', 'first-child--mt-0', + 'w-full', ] %} {%