From 56821abd09fd266aa796b5b0042263d4038ab5a8 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 29 May 2019 23:13:26 +1000 Subject: [PATCH] CSS tweaks for modals --- InvenTree/static/css/inventree.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/InvenTree/static/css/inventree.css b/InvenTree/static/css/inventree.css index 0769380fe1..0554138c24 100644 --- a/InvenTree/static/css/inventree.css +++ b/InvenTree/static/css/inventree.css @@ -192,7 +192,7 @@ } .modal-dialog { - width: 45%; + width: 60%; } .modal-secondary .modal-dialog { @@ -225,6 +225,7 @@ /* Force a control-label div to be 100% width */ .modal .control-label { width: 100%; + margin-top: 5px; } .modal .control-label .btn {