mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fix style regression (#24605)
This commit is contained in:
parent
35c1639ee3
commit
295228dd88
@ -95,8 +95,8 @@ const UsernameSpan = styled.span`
|
||||
`;
|
||||
|
||||
const UserMappingSpan = styled.span`
|
||||
position: 'absolute';
|
||||
right: 20;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
`;
|
||||
|
||||
export default class ChannelInviteModal extends React.PureComponent<Props, State> {
|
||||
|
Loading…
Reference in New Issue
Block a user