Skip to content

Commit

Permalink
Fix: Admin menu collapses for 960px width but editor doesn't
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Jan 30, 2020
1 parent cfa9a97 commit 8652063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base-styles/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
left: $admin-sidebar-width-collapsed;
}

@include break-large() {
@media (min-width: #{ ($break-large + 1) }) {
left: $admin-sidebar-width;
}
}
Expand Down

0 comments on commit 8652063

Please sign in to comment.