From 4ac67d6f0a4b90bbf8a9dc6a9c43ace3abf8ac1f Mon Sep 17 00:00:00 2001 From: Horilla Date: Mon, 12 Feb 2024 13:56:40 +0530 Subject: [PATCH] [UPDT]Base : Updated style of input field history_tracking_fields in general settings --- base/templates/base/audit_tag/history_tracking_fields.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/templates/base/audit_tag/history_tracking_fields.html b/base/templates/base/audit_tag/history_tracking_fields.html index db8ac0e92..dcef59726 100644 --- a/base/templates/base/audit_tag/history_tracking_fields.html +++ b/base/templates/base/audit_tag/history_tracking_fields.html @@ -4,6 +4,10 @@ min-height: 48px; overflow-y: auto; } + .select2-selection__choice__remove { + height: 20px; + margin-top: auto; + } button { height: 48px; }