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};