Prevent button text wrapping

dnd
Justin 2022-06-02 11:12:35 -04:00
rodzic 1d2c07f0a9
commit 1e6f401a16
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 flex-shrink-0'>
<Button to='/login' theme='secondary'>
{intl.formatMessage(messages.login)}
</Button>