From 711c5b026ba07d601f5c6d3646e512dafba99e4e Mon Sep 17 00:00:00 2001 From: shun <32166731+yamish123@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:20:14 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20border-box=E5=89=8A=E9=99=A4=E3=81=AB?= =?UTF-8?q?=E3=82=88=E3=82=8B=E3=83=87=E3=82=B0=E3=83=AC=E3=81=AE=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20(#4232)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ComboBox/MultiComboBox.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ComboBox/MultiComboBox.tsx b/src/components/ComboBox/MultiComboBox.tsx index f81ef3385b..d98de349bc 100644 --- a/src/components/ComboBox/MultiComboBox.tsx +++ b/src/components/ComboBox/MultiComboBox.tsx @@ -474,6 +474,7 @@ const Container = styled.div.attrs( padding: ${space(0.25)} ${space(0.5)}; cursor: text; min-width: 20em; + box-sizing: border-box; @media (prefers-contrast: more) { border: ${border.highContrast};