diff --git a/webapp/channels/src/components/channel_invite_modal/channel_invite_modal.tsx b/webapp/channels/src/components/channel_invite_modal/channel_invite_modal.tsx index 220f4b8996..ad5ed21961 100644 --- a/webapp/channels/src/components/channel_invite_modal/channel_invite_modal.tsx +++ b/webapp/channels/src/components/channel_invite_modal/channel_invite_modal.tsx @@ -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 {