Skip to content

Commit

Permalink
fix(toolbar): reduce min width on back button for wp mode
Browse files Browse the repository at this point in the history
closes #5759
  • Loading branch information
brandyscarney committed Mar 14, 2016
1 parent 37beb0f commit 96375b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ionic/components/toolbar/toolbar.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ ion-buttons[right] {

.back-button-icon {
margin: 0;
min-width: 44px;
min-width: 30px;
font-size: 2.4rem;
font-weight: normal;
text-align: left;
Expand Down

0 comments on commit 96375b6

Please sign in to comment.