fix style regression (#24605)

This commit is contained in:
Ben Cooke 2023-09-25 15:04:23 -04:00 committed by GitHub
parent 35c1639ee3
commit 295228dd88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,8 +95,8 @@ const UsernameSpan = styled.span`
`; `;
const UserMappingSpan = styled.span` const UserMappingSpan = styled.span`
position: 'absolute'; position: absolute;
right: 20; right: 20px;
`; `;
export default class ChannelInviteModal extends React.PureComponent<Props, State> { export default class ChannelInviteModal extends React.PureComponent<Props, State> {