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 b71b540 commit f65e753Copy full SHA for f65e753
src/Frontend/src/components/messages2/DiffViewer.vue
@@ -319,12 +319,9 @@ watch(
319
<style scoped>
320
.diff-viewer {
321
width: 100%;
322
- border: 1px solid #ddd;
323
- border-radius: 3px;
324
overflow: hidden;
325
font-family: monospace;
326
font-size: 0.75rem;
327
- background-color: #f8f8f8;
328
}
329
330
.diff-container {
src/Frontend/src/components/messages2/SagaDiagram/SagaUpdateNode.vue
@@ -404,6 +404,11 @@ const hasStateChanges = computed(() => {
404
405
406
/* Monospace font styling that matches DiffViewer */
407
+:deep(.monospace-code) {
408
+ border-radius: 0;
409
+ border: none;
410
+}
411
+
412
:deep(.monospace-code) .cm-editor {
413
414
0 commit comments