Skip to content

Commit 281ac0d

Browse files
committed
Fix Edit Source dialog height
1 parent 0b1e012 commit 281ac0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

form-builder/jvm/src/main/assets/forms/orbeon/builder/resources/form-builder.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,7 @@ body.orbeon {
14701470
.xxforms-dialog-body {
14711471
padding: 0;
14721472
position: relative; // So `.CodeMirror` height can be relative to the body height
1473+
flex-grow: 1; // Body to take all the space available
14731474
.fr-dialog-buttons {
14741475
padding: 10px;
14751476
}

0 commit comments

Comments
 (0)