fix(widget-markdown): set toolbar item dropdown width to 'max-content'

This commit is contained in:
Deepak Thapa 2021-02-09 15:23:53 +05:30 committed by GitHub
parent 141a2eba56
commit ecbf82e961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -239,7 +239,7 @@ export default class Toolbar extends React.Component {
<ToolbarDropdownWrapper> <ToolbarDropdownWrapper>
<Dropdown <Dropdown
dropdownTopOverlap="36px" dropdownTopOverlap="36px"
dropdownWidth="110px" dropdownWidth="max-content"
renderButton={() => ( renderButton={() => (
<DropdownButton> <DropdownButton>
<ToolbarButton <ToolbarButton