mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-55180] Cut off text in the Position field in the profile modal (#25254)
This commit is contained in:
parent
ce7259ddc5
commit
ff01fe2722
@ -525,7 +525,7 @@ class ProfilePopover extends React.PureComponent<ProfilePopoverProps, ProfilePop
|
||||
);
|
||||
dataContent.push(
|
||||
<div
|
||||
className='overflow--ellipsis text-nowrap'
|
||||
className='text-center'
|
||||
key='user-popover-position'
|
||||
>
|
||||
{position}
|
||||
|
Loading…
Reference in New Issue
Block a user