mat-icon right padding? Angular Material
Angular Material Icons:
I have a mat-icon that I want to be beside the text. Nothing I do will reduce the space between the icon and the text though.
Based on this HTML :
<span>
<mat-icon [inline]="true" style="display:inline;">locked</mat-icon>
<span AMELIA SMITH</span>
</span>
from Recent Questions - Stack Overflow https://ift.tt/2KuU2IZ
https://ift.tt/3ppyf3Z

Comments
Post a Comment