Skip to content

Commit

Permalink
Merge pull request #4511 from mirumee/fix/navigation-rwd
Browse files Browse the repository at this point in the history
Fix navigation rwd
  • Loading branch information
maarcingebala committed Jul 23, 2019
2 parents 82531e1 + 33c083b commit 9b0a3da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ All notable, unreleased changes to this project will be documented in this file.
- Fix dashboard menu styles - #4491 by @benekex2
- Do not allow random ids to appear in snapshots - #4495 by @dominik-zeglen
- Order is no longer created when the payment was unsuccessful in the API - #4500 by @NyanKiyoshi
- Fix navigation rwd - #4511 by @benekex2

## 2.8.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ const styles = (theme: Theme) =>
transition: theme.transitions.duration.standard + "ms"
},
content: {
[theme.breakpoints.down("md")]: {
[theme.breakpoints.down("sm")]: {
paddingLeft: 0
},
paddingLeft: drawerWidthExpanded,
transition: "padding-left 0.5s ease",
width: "100%"
},
contentToggle: {
[theme.breakpoints.down("md")]: {
[theme.breakpoints.down("sm")]: {
paddingLeft: 0
},
paddingLeft: drawerWidth
Expand Down

0 comments on commit 9b0a3da

Please sign in to comment.