mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-27 22:46:04 +00:00
Username weight
This commit is contained in:
@@ -1462,7 +1462,7 @@ class NavbarSiteView extends View {
|
||||
|
||||
const part = this.getHelper().escapeString(this.getUser().attributes.name);
|
||||
|
||||
return '<span class="item-user-profile">' + avatarHtml + part + '</span>';
|
||||
return '<span class="item-user-profile text-medium">' + avatarHtml + part + '</span>';
|
||||
}
|
||||
|
||||
showMoreTabs() {
|
||||
|
||||
Reference in New Issue
Block a user