mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 00:03:07 +00:00
fix(frontend): fix the initial dimension of the markdown component (#3554)
This commit is contained in:
@@ -1419,7 +1419,7 @@ Hello \${ctx.username}
|
||||
name: 'Markdown',
|
||||
icon: Heading1,
|
||||
documentationLink: `${documentationBaseUrl}/html`,
|
||||
dims: '1:2-4-4' as AppComponentDimensions,
|
||||
dims: '1:2-4:4' as AppComponentDimensions,
|
||||
customCss: {
|
||||
container: { class: '', style: '' }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user