From 81ef42118aee9b7d89b4ce534a2846c7ba12dbcd Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 10 Jul 2025 13:21:16 +0300 Subject: [PATCH] small multiselect css --- frontend/less/espo/misc/selectize/custom.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/less/espo/misc/selectize/custom.less b/frontend/less/espo/misc/selectize/custom.less index b62b96ade5..b4627fd9ee 100644 --- a/frontend/less/espo/misc/selectize/custom.less +++ b/frontend/less/espo/misc/selectize/custom.less @@ -1,5 +1,6 @@ .filter > .form-group .field .selectize-control, -.selectize-control.input-sm.form-control { +.selectize-control.input-sm.form-control, +.selectize-control.small { &.multi { .selectize-input { font-size: var(--font-size-small); @@ -12,7 +13,11 @@ > input { padding-top: var(--1px) !important; } + + min-height: var(--input-height-small); } + + padding: 0; } &.single {