From 239eca13fadce88bc7a290a7ccb90c84295b0bd4 Mon Sep 17 00:00:00 2001 From: abcang Date: Fri, 20 Dec 2024 17:30:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=86=E5=89=B2=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E3=81=A7=E3=81=AA=E3=81=84=E5=8D=98=E8=AA=9E=E3=81=8CHintText?= =?UTF-8?q?=E3=81=AB=E5=90=AB=E3=81=BE=E3=82=8C=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=81=A8=E3=81=8D=E3=81=AB=E3=81=82=E3=81=B5=E3=82=8C=E3=81=AA?= =?UTF-8?q?=E3=81=84=E3=82=88=E3=81=86=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/react-sandbox/src/components/HintText/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react-sandbox/src/components/HintText/index.tsx b/packages/react-sandbox/src/components/HintText/index.tsx index 5d0bde294..94b5503cb 100644 --- a/packages/react-sandbox/src/components/HintText/index.tsx +++ b/packages/react-sandbox/src/components/HintText/index.tsx @@ -61,6 +61,8 @@ const IconWrap = styled.div` const Text = styled.p` ${theme((o) => [o.font.text2, o.typography(14)])} margin: 0; + min-width: 0; + overflow-wrap: break-word; ` function styledProps(props: Props) {