Skip to content
Snippets Groups Projects
Commit 74199e38 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Fix max width of the stage and target wrapper

parent 2ec182c4
Branches
Tags
No related merge requests found
......@@ -112,6 +112,9 @@
*/
display: flex;
flex-direction: column;
/* Fix the max width to max stage size (defined in layout_constants.js) + gutter size */
max-width: calc(480px + calc($space * 2));
}
.stage-wrapper {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment