Merge branch 'fix-button-text' into 'develop'
Prevent button text wrapping See merge request soapbox-pub/soapbox-fe!1488
This commit is contained in:
commit
7837c24d79
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue