From 3756bd6668248838580ea39c549289d8f837cab3 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 2 Jul 2021 19:44:37 +1000 Subject: [PATCH] CSS tweaks --- InvenTree/InvenTree/static/css/inventree.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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; +} +