We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a2066 commit 7ea7d2aCopy full SHA for 7ea7d2a
src/Frontend/src/components/messages2/SagaDiagram/SagaUpdateNode.vue
@@ -425,11 +425,17 @@ const hasStateChanges = computed(() => {
425
:deep(.monospace-code) {
426
border-radius: 0;
427
border: none;
428
+ background-color: #f2f2f2;
429
}
430
431
:deep(.monospace-code) .cm-editor {
432
font-family: monospace;
433
font-size: 0.75rem;
434
435
+}
436
+
437
+:deep(.monospace-code) .cm-scroller {
438
439
440
441
@-webkit-keyframes blink-border {
0 commit comments