diff --git a/src/components/Select/SelectMultiValue.js b/src/components/Select/SelectMultiValue.js index abbdb962d..b9d97722a 100644 --- a/src/components/Select/SelectMultiValue.js +++ b/src/components/Select/SelectMultiValue.js @@ -45,6 +45,7 @@ export default class SelectMultiValue extends React.Component { style={{ opacity: 0.5 }} role="button" name="xmark" + fixedWidth onClick={() => { if (!disabled) { onRemove(value);