fix(toolbar): reduce min width on back button for wp mode

closes #5759
This commit is contained in:
Brandy Carney
2016-03-14 12:20:27 -04:00
parent 37beb0f4fe
commit 96375b6e83

View File

@@ -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;