From 19143ed082bf0a87802e0396787d440efa2a50c0 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 12 Feb 2021 20:13:17 +1100 Subject: [PATCH] Modal form CSS fixes --- InvenTree/InvenTree/static/css/inventree.css | 2 +- InvenTree/templates/modals.html | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) 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 @@ - - @@ -76,7 +79,7 @@