From 65142d8cb35d006ab7a7d6750e9ee104a28dfeac Mon Sep 17 00:00:00 2001 From: daria <95225431+dariiing@users.noreply.github.com> Date: Wed, 2 Jul 2025 11:19:03 +0300 Subject: [PATCH] change min-width --- www/form/app-form.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/form/app-form.less b/www/form/app-form.less index 1a7a08cfd..562f18b68 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -1115,8 +1115,7 @@ &:first-child { //overflow: auto; max-width: 300px; - min-width: 300px; - width: 300px; + min-width: 100px; position: absolute; word-break: break-word; background: @cp_form-bg1; @@ -1126,7 +1125,7 @@ visibility: hidden; //overflow: auto; max-width: 300px; - min-width: 300px; + min-width: 100px; width: 300px; word-break: break-word; }