Skip to content

Commit

Permalink
style: updated spacing (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtgnn authored Aug 5, 2024
1 parent 098d1a1 commit 32da61a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ function AnsiRenderer(props: { text: string; className?: string }) {
function ZencodeErrorRenderer(props: { error: ZencodeRuntimeError }) {
const { error } = props;
return (
<div>
<div class="space-y-4">
<Section title="Trace">
<dyne-code-editor content={error.trace.join('\n')}></dyne-code-editor>
</Section>
Expand Down

0 comments on commit 32da61a

Please sign in to comment.