devextreme-angular-template
devextreme-angular-template copied to clipboard
Long user names are not displayed correctly in user panel
Try using 15 character or longer user names in user panels to see the issue.
CSS fix if someone needs it:
.user-name {
font-size: 14px;
color: $base-text-color;
margin-left: 5px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: normal;
width: 114px;
text-align: left;
}