mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 19:25:56 +00:00
fix(searchBarAutocomplete): ui tweaks (#13430)
Co-authored-by: Victor Tarasevich <v.tarasevitch@invento.by>
This commit is contained in:
parent
287f373a9c
commit
a002793e63
@ -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%;
|
||||
`;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user