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', ] %} {%