diff --git a/app/assets/stylesheets/alchemy/preview_window.scss b/app/assets/stylesheets/alchemy/preview_window.scss index 481adc0696..db4e1eeb9a 100644 --- a/app/assets/stylesheets/alchemy/preview_window.scss +++ b/app/assets/stylesheets/alchemy/preview_window.scss @@ -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} ); } }