fix:space y detail news
This commit is contained in:
parent
9be5884caf
commit
c018be888e
|
|
@ -257,7 +257,7 @@ export default function DetailNews(props: { data: any; listArticle: any }) {
|
||||||
dangerouslySetInnerHTML={removeImgTags(
|
dangerouslySetInnerHTML={removeImgTags(
|
||||||
formatTextToHtmlTag(data?.htmlDescription)
|
formatTextToHtmlTag(data?.htmlDescription)
|
||||||
)}
|
)}
|
||||||
className="text-sm lg:text-xl lg:leading-8 text-justify space-y-4"
|
className="text-sm lg:text-xl lg:leading-8 text-justify"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="bg-gray-50 dark:bg-black text-black dark:text-white rounded-lg justify-center items-center p-4 flex flex-col gap-3">
|
<div className="bg-gray-50 dark:bg-black text-black dark:text-white rounded-lg justify-center items-center p-4 flex flex-col gap-3">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue