Shorten remember choice to avoid wrapping

This commit is contained in:
J. Ryan Stinnett 2020-09-29 16:59:36 +01:00
parent 03816c1224
commit 1a6c741298

View File

@ -38,7 +38,7 @@ const ClientSelection: React.FC<IProps> = ({ link }: IProps) => {
}} }}
checked={rememberSelection} checked={rememberSelection}
> >
Remember choice for future invites in this browser Remember for future invites in this browser
</StyledCheckbox> </StyledCheckbox>
<StyledCheckbox <StyledCheckbox
onChange={(): void => { onChange={(): void => {