Skip to content

Commit

Permalink
Fix Formio Builder expansion issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Q-Niranjan committed Feb 10, 2025
1 parent 14531c2 commit 7d157b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 6 additions & 1 deletion g2p_formio/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
"wizard/g2p_self_service_program_view_wizard.xml",
],
"external_dependencies": {"python": ["formio-data"]},
"assets": {},
"assets": {
"web.assets_backend": [
# builder
"g2p_formio/static/src/scss/formio_builder.scss",
],
},
"demo": [],
"images": [],
"application": True,
Expand Down
7 changes: 7 additions & 0 deletions g2p_formio/static/src/scss/formio_builder.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#formio_builder_container {
height: 125vh;
}

#formio_builder_iframe_container {
height: 100vh;
}

0 comments on commit 7d157b0

Please sign in to comment.