Skip to content

Commit deed235

Browse files
committed
chore(ux): reduce spacing in visualizer
1 parent f71ee72 commit deed235

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/visualizer/src/WorkflowVisualizer.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,6 +1011,14 @@ onUnmounted(() => {
10111011
margin: var(--spacing-sm) 0;
10121012
}
10131013
1014+
#workflow-visualizer-app .code-block ul,
1015+
#workflow-visualizer-app .code-block ol,
1016+
#workflow-visualizer-app .code-block li {
1017+
line-height: 1.25rem;
1018+
padding: 0;
1019+
margin: 0;
1020+
}
1021+
10141022
/* Badges */
10151023
#workflow-visualizer-app .badge {
10161024
display: inline-flex;

0 commit comments

Comments
 (0)