We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839f4d9 commit 5bdbfd3Copy full SHA for 5bdbfd3
client/packages/lowcoder/src/pages/ApplicationV2/NewsLayout.tsx
@@ -92,12 +92,12 @@ export function NewsLayout() {
92
<StyleNewsCover>
93
<h1 style={{color: "#ffffff", marginTop : "12px"}}>Lowcoder {trans("home.news")}</h1>
94
</StyleNewsCover>
95
- <Card style={{ marginBottom: "20px" }}>
+ <Card style={{ marginBottom: "20px", minHeight : "800px" }}>
96
<iframe
97
style={{ border: "none" }}
98
title="Lowcoder News"
99
width="100%"
100
- height="100%"
+ height="800px"
101
src={newsLink}
102
/>
103
<Divider />
0 commit comments