diff --git a/components/Blocks/FullWidthCampaign/fullWidthCampaign.module.css b/components/Blocks/FullWidthCampaign/fullWidthCampaign.module.css index cbc41e645..d67f53c63 100644 --- a/components/Blocks/FullWidthCampaign/fullWidthCampaign.module.css +++ b/components/Blocks/FullWidthCampaign/fullWidthCampaign.module.css @@ -39,3 +39,7 @@ max-width: 100%; height: 100%; } + +.scriptedText { + display: inline-block; +} diff --git a/components/Blocks/FullWidthCampaign/index.tsx b/components/Blocks/FullWidthCampaign/index.tsx index e793bc82c..ff7ac7846 100644 --- a/components/Blocks/FullWidthCampaign/index.tsx +++ b/components/Blocks/FullWidthCampaign/index.tsx @@ -29,11 +29,18 @@ export default function FullWidthCampaign({ content }: FullWidthCampaignProps) { /> ) : null}