Skip to content

Commit

Permalink
[form-builder] Min width causes image dialog to fail (#733)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer J. Sivertsen authored and bjoerge committed Apr 23, 2018
1 parent 8d3dc75 commit 13a999c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export default class FormBuilderBlock extends React.Component {
const memberType = this.getMemberTypeOf(value)

return (
<div style={{minWidth: '30rem', padding: '1rem'}}>
<div style={{padding: '1rem'}}>
<FormBuilderInput
type={memberType}
level={1}
Expand Down

0 comments on commit 13a999c

Please sign in to comment.