Skip to content

Commit

Permalink
feat(literal-decision): autogrow textarea
Browse files Browse the repository at this point in the history
Closes #789
  • Loading branch information
smbea committed Oct 27, 2023
1 parent cbc4d29 commit 193551a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
width: 100%;
height: 100%;
overflow: auto;
display: flex;
flex-direction: column;
}

.dmn-literal-expression-container * {
Expand Down Expand Up @@ -97,7 +99,7 @@
white-space: pre;
font-size: 14px;
color: var(--textarea-color);
height: 250px;
min-height: 250px;
overflow: auto;
}

Expand Down

0 comments on commit 193551a

Please sign in to comment.