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 @@ -198,7 +198,7 @@ const hasStateChanges = computed(() => {
198
198
</div >
199
199
200
200
<!-- Initial state display -->
201
- <div v-else-if =" update.IsFirstNode" class =" json-container" >
201
+ <div v-else-if =" update.IsFirstNode" class =" json-container json-container--first-node " >
202
202
<CodeEditor :model-value =" sagaUpdateStateChanges.formattedState || ''" language =" json" :showCopyToClipboard =" false" :showGutter =" false" :extensions =" [monospaceTheme]" />
203
203
</div >
204
204
@@ -423,6 +423,11 @@ const hasStateChanges = computed(() => {
423
423
background-color : transparent ;
424
424
}
425
425
426
+ .json-container--first-node {
427
+ max-height : 300px ;
428
+ overflow : auto ;
429
+ }
430
+
426
431
/* Override CodeEditor wrapper styles */
427
432
.json-container :deep(.wrapper ) {
428
433
border-radius : 0 ;
You can’t perform that action at this time.
0 commit comments