Skip to content

Commit 98bd658

Browse files
Merge pull request #2637 from Codeinwp/bugfix/2616
Fixed media upload height
2 parents 48ada14 + 1d34c34 commit 98bd658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pro/blocks/modal/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const Edit = ({
241241
}
242242
},
243243
[
244-
[ 'core/image', { height: '150px' }],
244+
[ 'core/image'],
245245
[ 'core/heading', { placeholder: __( 'Modal Title', 'otter-pro' ) }],
246246
[ 'core/paragraph', { placeholder: __( 'Modal Content', 'otter-pro' ) }]
247247
]

0 commit comments

Comments
 (0)