Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggieCabrera committed Oct 10, 2024
1 parent 38de9fc commit 12eee91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/iframe/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
transform: scale(#{$scale});

&.is-default-scale {
transform: scale( calc( ( min( #{$container-width}, #{$max-width} ) - 2 * #{$frame-size} ) / #{$prev-container-width} ) );
transform: scale(calc(( min(#{$container-width}, #{$max-width}) - 2 * #{$frame-size} ) / #{$prev-container-width}));
}

background-color: $gray-300;
Expand Down

0 comments on commit 12eee91

Please sign in to comment.