Skip to content

Commit 9a23a92

Browse files
committed
fix(toolbar): fix wp back button in toolbar
references #5923
1 parent 0e91a69 commit 9a23a92

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ionic/components/toolbar/toolbar.wp.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,15 +282,16 @@ ion-buttons[right] {
282282
// --------------------------------------------------
283283

284284
.back-button {
285-
margin: 0 0 0 12px;
285+
margin: 0 6px;
286+
287+
min-width: 44px;
286288

287289
box-shadow: none;
288290
}
289291

290292
.back-button-icon {
291293
margin: 0;
292-
293-
min-width: 30px;
294+
padding: 0 6px;
294295

295296
font-size: 2.4rem;
296297
font-weight: normal;

0 commit comments

Comments
 (0)