Skip to content

Commit

Permalink
Remove unused css var
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlende committed Oct 11, 2024
1 parent 817c4d7 commit da3fc3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/block-editor/src/components/iframe/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,6 @@ function Iframe( {
isZoomedOut && 'is-zoomed-out'
) }
style={ {
'--wp-block-editor-iframe-zoom-out-container-width':
isZoomedOut && `${ containerWidth }px`,
'--wp-block-editor-iframe-zoom-out-outer-container-width':
isZoomedOut &&
`${ Math.max(
Expand Down

0 comments on commit da3fc3e

Please sign in to comment.