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

View File

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