We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afaca42 commit b07d08dCopy full SHA for b07d08d
src/lib/components/controls/JSONPreview.scss
@@ -2,6 +2,8 @@
2
3
.jse-json-preview {
4
flex: 1;
5
+ font-family: var(--jse-font-family-mono);
6
+ font-size: var(--jse-font-size-mono);
7
color: var(--jse-panel-color-readonly);
8
overflow: auto;
9
white-space: pre-wrap;
src/lib/components/modes/tablemode/TableMode.scss
@@ -8,9 +8,8 @@
background: var(--jse-background-color);
min-width: 0;
10
min-height: 0;
11
- font-family: var(--jse-font-family-mono);
12
- font-size: var(--jse-font-size-mono);
13
color: var(--jse-text-color);
+ line-height: var(--jse-line-height);
14
15
&.no-main-menu {
16
border-top: var(--jse-main-border);
0 commit comments