Skip to content

Commit

Permalink
fix: increase line height in decision table cell editor
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Sep 25, 2023
1 parent 776a4d9 commit e238263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@

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

Expand Down
1 change: 1 addition & 0 deletions packages/dmn-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ___Note:__ Yet to be released changes appear here._
## 14.3.1

* `FIX`: display FEEL autocomplete suggestions in correct position
* `FIX`: increase line height in decision table cell editor

## 14.3.0

Expand Down

0 comments on commit e238263

Please sign in to comment.