diff --git a/InvenTree/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css index 11c0c95561..19dfe8616e 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -982,6 +982,10 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da width: 100%; } +.select2-container .select2-selection--single { + height: 30px; +} + .select2-thumbnail { max-width: 24px; max-height: 24px; @@ -991,4 +995,13 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da .select2-selection { overflow-y: clip; -} \ No newline at end of file +} + +.form-clear { + padding: 6px 6px; +} + +.form-control { + height: 30px; +} +