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

Prevent button text wrapping

See merge request soapbox-pub/soapbox-fe!1488
dnd
Justin 2022-06-02 15:50:32 +00:00
commit 7837c24d79
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>