Skip to content

Commit

Permalink
Merge pull request #2881 from AlchemyCMS/backport/7.1-stable/pr-2879
Browse files Browse the repository at this point in the history
[7.1-stable] Fix Preview Window width
  • Loading branch information
tvdeyen authored May 22, 2024
2 parents b8e67e8 + bc33755 commit 9493f76
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 9493f76

Please sign in to comment.