Skip to content

Commit

Permalink
Limit the interface skeleton to a max width of 100% to prevent some b…
Browse files Browse the repository at this point in the history
…locks managing to exceed the width (#26552)
  • Loading branch information
Copons authored and tellthemachines committed Nov 11, 2020
1 parent e64664b commit d6c7c89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ html.interface-interface-skeleton__html-container {
display: flex;
flex-direction: column;
flex-grow: 1;
max-width: 100%;
}

@include editor-left(".interface-interface-skeleton");
Expand Down

0 comments on commit d6c7c89

Please sign in to comment.