Skip to content

Commit 5bdbfd3

Browse files
author
FalkWolsky
committed
Fixed News Display
1 parent 839f4d9 commit 5bdbfd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/packages/lowcoder/src/pages/ApplicationV2/NewsLayout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ export function NewsLayout() {
9292
<StyleNewsCover>
9393
<h1 style={{color: "#ffffff", marginTop : "12px"}}>Lowcoder {trans("home.news")}</h1>
9494
</StyleNewsCover>
95-
<Card style={{ marginBottom: "20px" }}>
95+
<Card style={{ marginBottom: "20px", minHeight : "800px" }}>
9696
<iframe
9797
style={{ border: "none" }}
9898
title="Lowcoder News"
9999
width="100%"
100-
height="100%"
100+
height="800px"
101101
src={newsLink}
102102
/>
103103
<Divider />

0 commit comments

Comments
 (0)