Skip to content

Commit

Permalink
Fix bug where incorrect var resulted in wrong spacing left of hamburger
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamilto committed Mar 7, 2018
1 parent 95d495c commit b037aa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/styles/_navbar-vertical.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
border-bottom: 1px solid @project-bar-border-color;
border-top: none;
min-height: 0;
@media(min-width: @screen-xs-max) {
@media(min-width: @screen-sm-min) {
padding-left: 20px;
}
.dropdown-menu:after {
Expand Down
5 changes: 2 additions & 3 deletions dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b037aa4

Please sign in to comment.