Skip to content

Commit

Permalink
Style fix when left nav is closed. Fixes #36
Browse files Browse the repository at this point in the history
  • Loading branch information
hai-cea committed Nov 14, 2014
1 parent 6222de7 commit f211db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/less/components/left-nav.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}

.mui-left-nav-menu {
left: (-1 * @left-nav-width);
left: ((-1 * @left-nav-width) - 10px);
}

}
Expand Down

0 comments on commit f211db9

Please sign in to comment.