diff --git a/src/components/client/campaign-news/CampaignNewsList.tsx b/src/components/client/campaign-news/CampaignNewsList.tsx
index 267b9f996..986e8d705 100644
--- a/src/components/client/campaign-news/CampaignNewsList.tsx
+++ b/src/components/client/campaign-news/CampaignNewsList.tsx
@@ -127,6 +127,7 @@ export default function CampaignNewsList({ articles }: Props) {
? INITIAL_HEIGHT_LIMIT
: 'auto',
overflow: 'hidden',
+ maxWidth: 1200,
}}>
{article.title}
@@ -137,7 +138,7 @@ export default function CampaignNewsList({ articles }: Props) {
dangerouslySetInnerHTML={{
__html: sanitizedDescription,
}}
- sx={{ wordBreak: 'break-word', maxWidth: 1200 }}
+ sx={{ wordBreak: 'break-word' }}
/>
@@ -153,7 +154,7 @@ export default function CampaignNewsList({ articles }: Props) {
{article.newsFiles.length > 0 && (
-
+
{images.map((file) => (