Skip to content

Commit d9cef40

Browse files
Merge pull request #331 from chriscorwin/GH330---dateinput-has-no-border_-is-too-wide
Updates datepicker to have a border, be the proper width.
2 parents 2c14a88 + ea44bad commit d9cef40

File tree

1 file changed

+1
-1
lines changed
  • components/date-picker/date-picker-base

1 file changed

+1
-1
lines changed

components/date-picker/date-picker-base/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ module.exports = React.createClass( {
114114

115115
return (
116116
<div className='ignore-react-onclickoutside'>
117-
<div className='slds-datepicker'
117+
<div className='slds-datepicker slds-dropdown slds-dropdown--left'
118118
aria-hidden={false}
119119
data-selection='single'
120120
onMouseDown={this.handleBGClick}

0 commit comments

Comments
 (0)