Skip to content

Commit

Permalink
fix(toolbar): fix back button for md mode
Browse files Browse the repository at this point in the history
fixes #5923
  • Loading branch information
brandyscarney committed Mar 23, 2016
1 parent 5fc77b5 commit 7dc58ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ionic/components/toolbar/toolbar.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -278,15 +278,16 @@ ion-buttons[right] {
// --------------------------------------------------

.back-button {
margin: 0 0 0 12px;
margin: 0 6px;

min-width: 44px;

box-shadow: none;
}

.back-button-icon {
margin: 0;

min-width: 44px;
padding: 0 6px;

font-size: 2.4rem;
font-weight: normal;
Expand Down

0 comments on commit 7dc58ef

Please sign in to comment.