Merge branch 'fix-button-text' into 'develop'

Prevent button text wrapping

See merge request soapbox-pub/soapbox-fe!1488
This commit is contained in:
Justin 2022-06-02 15:50:32 +00:00
commit 7837c24d79

View file

@ -107,7 +107,7 @@ const Header = () => {
)} )}
</HStack> </HStack>
<HStack space={2} className='xl:hidden'> <HStack space={2} className='xl:hidden shrink-0'>
<Button to='/login' theme='secondary'> <Button to='/login' theme='secondary'>
{intl.formatMessage(messages.login)} {intl.formatMessage(messages.login)}
</Button> </Button>