diff --git a/InvenTree/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css index 78c1808adf..a184faec46 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -574,7 +574,7 @@ margin-bottom: 3px; } -.modal-form-content { +.modal-form-content-wrapper { border-radius: 0; position:relative; height: auto !important; diff --git a/InvenTree/templates/modals.html b/InvenTree/templates/modals.html index a50cb65369..a162a3f167 100644 --- a/InvenTree/templates/modals.html +++ b/InvenTree/templates/modals.html @@ -9,10 +9,13 @@