diff --git a/components/DateInput/DateInput.js b/components/DateInput/DateInput.js index fda264456b6..da98ebf36be 100644 --- a/components/DateInput/DateInput.js +++ b/components/DateInput/DateInput.js @@ -90,7 +90,8 @@ class DateInput extends React.Component { _isFocused: boolean = false; static defaultProps = { - size: 'small' + size: 'small', + width: 125 }; constructor(props: Props) {