You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When adding icons to user context menu, it is observed that the title and icon are not correctly aligned.
For e.g if in the header component the user menu is defined as
userMenu = [{ title: 'Profile', icon: 'fa fa-user fa-lg' }, { title: 'Log out' }];
then the user icon is displayed, however the title is displayed in new line. Please refer screen shot
Request you to fix the issue.
The text was updated successfully, but these errors were encountered:
Hello,
When adding icons to user context menu, it is observed that the title and icon are not correctly aligned.
For e.g if in the header component the user menu is defined as
userMenu = [{ title: 'Profile', icon: 'fa fa-user fa-lg' }, { title: 'Log out' }];
then the user icon is displayed, however the title is displayed in new line. Please refer screen shot
Request you to fix the issue.
The text was updated successfully, but these errors were encountered: