From b9f27541db4d0b157b7a5018080595ecede5664d Mon Sep 17 00:00:00 2001 From: Scenery <1507337624@qq.com> Date: Wed, 17 Apr 2024 18:03:36 +0800 Subject: [PATCH] style: update file container style --- .../WorkSpace/AI/components/UserMessage/FileContent/style.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/agent/src/page/WorkSpace/AI/components/UserMessage/FileContent/style.ts b/apps/agent/src/page/WorkSpace/AI/components/UserMessage/FileContent/style.ts index f301d76e..1c149474 100644 --- a/apps/agent/src/page/WorkSpace/AI/components/UserMessage/FileContent/style.ts +++ b/apps/agent/src/page/WorkSpace/AI/components/UserMessage/FileContent/style.ts @@ -64,6 +64,9 @@ export const fileInfoStyle = css` overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + ${applyMobileStyle(css` + max-width: 100%; + `)} ` export const errorInfoStyle = css`