Fix css on mobile

pull/2199/head
Jérémy Rialland 2022-07-07 10:51:36 +02:00 committed by Jérémy Rialland
parent b2f753fc26
commit eefe301fe3
1 changed files with 1 additions and 0 deletions

View File

@ -54,4 +54,5 @@ const StyledInputSuggestion = styled(SmallBody)`
white-space: nowrap;
}
gap: ${({ theme }) => theme.spacings.sm};
flex-wrap: wrap;
`