Skip to content

Commit

Permalink
chore: merge main to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 26, 2024
2 parents b8bb7ff + 79f7266 commit de04d8a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions client/src/app/tabs/json/CodeMirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default function create() {
'aria-label': 'JSON editor',
'tabindex': 0
}),
EditorView.lineWrapping,
...extensions
]
});
Expand Down
7 changes: 3 additions & 4 deletions client/src/app/tabs/json/JSONEditor.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@

.cm-content {
width: 100%;
white-space: normal;
padding-right: 18px;
}

Expand All @@ -64,7 +63,7 @@
background-color: var(--json-editor-button-background-color);
text-transform: capitalize;
}

.cm-textfield {
padding: 4px 8px;
font-family: var(--font-family-monospace);
Expand All @@ -76,7 +75,7 @@
font-family: var(--font-family);
}
}

.cm-panel.cm-search {
label {
font-size: var(--json-editor-font-size-small);
Expand All @@ -90,7 +89,7 @@

[name=close] {
font-size: 24px;
padding: 0px 8px;
padding: 0px 8px;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions client/src/app/tabs/xml/CodeMirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default function create() {
'aria-label': 'XML editor',
'tabindex': 0
}),
EditorView.lineWrapping,
...extensions
]
});
Expand Down
7 changes: 3 additions & 4 deletions client/src/app/tabs/xml/XMLEditor.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

.cm-content {
width: 100%;
white-space: normal;
padding-right: 18px;
}

Expand All @@ -65,7 +64,7 @@
background-color: var(--xml-editor-button-background-color);
text-transform: capitalize;
}

.cm-textfield {
padding: 4px 8px;
font-family: var(--font-family-monospace);
Expand All @@ -77,7 +76,7 @@
font-family: var(--font-family);
}
}

.cm-panel.cm-search {
label {
font-size: var(--xml-editor-font-size-small);
Expand All @@ -91,7 +90,7 @@

[name=close] {
font-size: 24px;
padding: 0px 8px;
padding: 0px 8px;
}
}
}
Expand Down

0 comments on commit de04d8a

Please sign in to comment.