Skip to content

Commit

Permalink
fix(toolbar): fix wp back button in toolbar
Browse files Browse the repository at this point in the history
references #5923
  • Loading branch information
brandyscarney committed Mar 23, 2016
1 parent 0e91a69 commit 9a23a92
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ionic/components/toolbar/toolbar.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -282,15 +282,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: 30px;
padding: 0 6px;

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

0 comments on commit 9a23a92

Please sign in to comment.