From 9b826301c05e453ab256c7f9f2891fee32fd3726 Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Mon, 20 Oct 2025 12:19:01 +0700 Subject: [PATCH] fix:ckeditor --- components/page/detail-news.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/page/detail-news.tsx b/components/page/detail-news.tsx index ecba4f7..0cfb100 100644 --- a/components/page/detail-news.tsx +++ b/components/page/detail-news.tsx @@ -275,7 +275,7 @@ export default function DetailNews(props: { data: any; listArticle: any }) { dangerouslySetInnerHTML={removeImgTags( formatTextToHtmlTag(data?.htmlDescription) )} - className="text-sm lg:text-xl lg:leading-8 text-justify" + className="text-sm lg:text-xl lg:leading-8 text-justify space-y-4" />