File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/Frontend/src/components/messages2/SagaDiagram Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ const hasStateChanges = computed(() => {
201
201
</div >
202
202
203
203
<!-- Initial state display -->
204
- <div v-else-if =" update.IsFirstNode" class =" json-container" >
204
+ <div v-else-if =" update.IsFirstNode" class =" json-container json-container--first-node " >
205
205
<CodeEditor :model-value =" sagaUpdateStateChanges.formattedState || ''" language =" json" :showCopyToClipboard =" false" :showGutter =" false" :extensions =" [monospaceTheme]" />
206
206
</div >
207
207
@@ -426,6 +426,11 @@ const hasStateChanges = computed(() => {
426
426
background-color : transparent ;
427
427
}
428
428
429
+ .json-container--first-node {
430
+ max-height : 300px ;
431
+ overflow : auto ;
432
+ }
433
+
429
434
/* Override CodeEditor wrapper styles */
430
435
.json-container :deep(.wrapper ) {
431
436
border-radius : 0 ;
You can’t perform that action at this time.
0 commit comments