Skip to content

Commit

Permalink
feat: use monospace for cell editor
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Sep 25, 2023
1 parent 64cf622 commit 4643870
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@

.dmn-decision-table-container .cell-editor,
.dmn-decision-table-container .cell-editor .cm-scroller {
line-height: normal;
line-height: 1;
font-family: monospace;
}

.dmn-decision-table-container .cell-editor .feel-editor.focussed > :nth-child(2) {
Expand Down

0 comments on commit 4643870

Please sign in to comment.