mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
fix: improve list markdown rendering
This commit is contained in:
@@ -17,6 +17,17 @@
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
.prose-xs ul {
|
||||
margin-top: 0.5rem;
|
||||
list-style-type: '- ';
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
|
||||
.prose ul {
|
||||
margin-top: 1.5rem;
|
||||
list-style-type: '- ';
|
||||
padding-left: 3rem;
|
||||
}
|
||||
.splitpanes--vertical > .splitpanes__pane {
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
@@ -518,7 +518,7 @@
|
||||
</div>
|
||||
</div>
|
||||
{:else if !forceJson && resultKind == 'markdown'}
|
||||
<div class="prose-xs dark:prose-invert">
|
||||
<div class="prose-xs dark:prose-invert !list-disc !list-outside">
|
||||
<Markdown md={result?.md ?? result?.markdown} />
|
||||
</div>
|
||||
{:else if !forceJson && isTableDisplay && richRender}
|
||||
|
||||
Reference in New Issue
Block a user