Skip to content

Commit

Permalink
Fix: Multiple block warning min height.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jul 17, 2018
1 parent 73c24d8 commit 15a6a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit-post/hooks/validate-multiple-use/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const withMultipleValidation = createHigherOrderComponent( ( BlockEdit ) => {
const outboundType = getOutboundType( props.name );

return [
<div key="invalid-preview" style={ { minHeight: '100px' } }>
<div key="invalid-preview" style={ { minHeight: '130px' } }>
<BlockEdit key="block-edit" { ...props } />
</div>,
<Warning
Expand Down

0 comments on commit 15a6a99

Please sign in to comment.