Prevent button text wrapping

This commit is contained in:
Justin 2022-06-02 11:12:35 -04:00
parent 1d2c07f0a9
commit 1e6f401a16

View file

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