dash
dash copied to clipboard
fix unexpected behaviour of Dropdown
Closes: #2653 Issue: dcc.Dropdown has inconsistent layout flow compared to other common input components.
Changes: render() of dcc.Dropdown and Dropdown.css styled with display set to inline-block.
Contributor Checklist
- [x] I have broken down my PR scope into the following TODO tasks
- [x] I have run the tests locally and they passed. (refer to testing section in contributing)