fix(searchBarAutocomplete): ui tweaks (#13430)

Co-authored-by: Victor Tarasevich <v.tarasevitch@invento.by>
This commit is contained in:
v-tarasevich-blitz-brain 2025-05-06 21:18:10 +03:00 committed by GitHub
parent 287f373a9c
commit a002793e63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@ const Container = styled.div`
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 8px;
padding: 8px 13px 8px 8px;
`;
const ContentContainer = styled.div`
display: flex;
flex-direction: row;
gap: 8px;
gap: 16px;
overflow: hidden;
width: 100%;
`;