Prevent button text wrapping
This commit is contained in:
parent
1d2c07f0a9
commit
1e6f401a16
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue