Skip to content

Commit

Permalink
fix: wrong font in table mode
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 21, 2023
1 parent 1613f03 commit dd448c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/lib/components/modes/tablemode/TableMode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
background: var(--jse-background-color);
min-width: 0;
min-height: 0;
font-family: var(--jse-font-family-mono);
font-size: var(--jse-font-size-mono);
color: var(--jse-text-color);
line-height: var(--jse-line-height);

Expand Down
2 changes: 0 additions & 2 deletions src/lib/components/modes/treemode/JSONNode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

.jse-json-node {
position: relative;
font-family: var(--jse-font-family-mono);
font-size: var(--jse-font-size-mono);
color: var(--jse-text-color);

&.jse-root {
Expand Down
2 changes: 2 additions & 0 deletions src/lib/components/modes/treemode/TreeMode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
background: var(--jse-background-color);
min-width: 0;
min-height: 0;
font-family: var(--jse-font-family-mono);
font-size: var(--jse-font-size-mono);
color: var(--jse-text-color);
line-height: var(--jse-line-height);

Expand Down

0 comments on commit dd448c5

Please sign in to comment.