-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Open
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/buttonarea: material/icon
Description
Bug, feature request, or proposal:
There is a bug in showing simultaneously icon and text in horizontal middle.
What is the expected behavior?
In mat-button icon and text showing correctly, but in mat-stroked-button this feature not working.
<a color="primary" mat-stroked-button>
<span>تایید نهایی</span>
<mat-icon>done</mat-icon>
</a>
<a color="primary" mat-button>
<span>تایید نهایی</span>
<mat-icon>done</mat-icon>
</a>
I Working in rtl direction mode so maybe this feature working well in normal ltr direction.
Thank You 😘
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: material/buttonarea: material/icon