Skip to content

Commit

Permalink
Merge pull request #2880 from AlchemyCMS/backport/7.0-stable/pr-2879
Browse files Browse the repository at this point in the history
[7.0-stable] Fix Preview Window width
  • Loading branch information
tvdeyen committed May 22, 2024
2 parents f37de46 + 14422eb commit 3794ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/alchemy/preview_window.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@media screen and (min-width: $large-screen-break-point) {
width: calc(
100vw - #{$collapsed-main-menu-width - $default-border-width} - #{$elements-window-min-width}
100vw - #{$collapsed-main-menu-width - $default-border-width} - #{$elements-window-width}
);
}
}
Expand Down

0 comments on commit 3794ce4

Please sign in to comment.