Skip to content

Commit

Permalink
fix: fix literal expression editor hitbox in BKM (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak authored Oct 14, 2024
1 parent e13ee01 commit 3c08efa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
}

.dmn-boxed-expression-container .textarea.editor {
height: 100%;
cursor: text;
}

Expand Down

0 comments on commit 3c08efa

Please sign in to comment.