Skip to content

Commit

Permalink
Fix inner dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed May 1, 2021
1 parent 9325924 commit be5c897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-post/src/components/visual-editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function MaybeIframe( {
<div
ref={ contentRef }
className="editor-styles-wrapper"
style={ style }
style={ { width: '100%', height: '100%', ...style } }
>
{ children }
</div>
Expand Down

0 comments on commit be5c897

Please sign in to comment.