fix tampilan html view

This commit is contained in:
2025-04-29 17:25:16 +08:00
parent 480fea026c
commit 0e7c491031
10 changed files with 96 additions and 30 deletions

View File

@@ -68,6 +68,9 @@ export default function ComponentForum_ForumkuMainCardView({
<Comp_V3_SetHtmlWithSticker
props={data?.diskusi}
className="chat-content"
style={{
height: 100,
}}
/>
</Text>
</Box>

View File

@@ -67,6 +67,9 @@ export default function ComponentForum_BerandaCardView({
<Comp_V3_SetHtmlWithSticker
props={data?.diskusi}
className="chat-content"
style={{
height: 100,
}}
/>
</Text>
</Box>