Skip to content

Commit

Permalink
fix(navButtons): fixed case where buttons would display under each ot…
Browse files Browse the repository at this point in the history
…her in 4.4
  • Loading branch information
mhartington committed Feb 11, 2015
1 parent cbe5c71 commit eef1d32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/_bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,11 @@
}
.buttons-left span {
margin-right: 5px;
display: inherit;
}
.buttons-right span {
margin-left: 5px;
display: inherit;
}

// Place the last button in a bar on the right of the bar
Expand Down

0 comments on commit eef1d32

Please sign in to comment.