mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
fix(back-button): fix menu and back button alignment (#14268)
* fix(): fix menu and back button alignment * fix(button): remove button-text span
This commit is contained in:
committed by
Brandy Carney
parent
c15772651a
commit
57fbf6c396
@ -154,7 +154,7 @@ export class Button {
|
||||
<span class='button-inner'>
|
||||
<slot name='icon-only'></slot>
|
||||
<slot name='start'></slot>
|
||||
<span class='button-text'><slot></slot></span>
|
||||
<slot></slot>
|
||||
<slot name='end'></slot>
|
||||
</span>
|
||||
{ this.mode === 'md' && <ion-ripple-effect useTapClick={true}/> }
|
||||
|
||||
Reference in New Issue
Block a user