From e47c618b18e2bde5e42eeb1d5369aff4c69abd17 Mon Sep 17 00:00:00 2001
From: wangkang <wk77820@foxmail.com>
Date: Thu, 29 Sep 2022 10:10:31 +0800
Subject: [PATCH] Update index.less (#2237)

---
 src/design/ant/index.less | 8 ++++++++
 1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/design/ant/index.less b/src/design/ant/index.less
index f9334bb..1cc8165 100644
--- a/src/design/ant/index.less
+++ b/src/design/ant/index.less
@@ -57,3 +57,11 @@ span.anticon:not(.app-iconify) {
   border-top: 0 !important;
   border-left: 0 !important;
 }
+
+.ant-form-item-control-input-content {
+  > div {
+    > div {
+      max-width: 100%;
+    }
+  }
+}
--
libgit2 0.23.3