mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-26 09:26:22 +00:00
fix(siblings): space icons out (#8767)
This commit is contained in:
parent
7dd6e09ac5
commit
23f24f4e94
@ -14,6 +14,7 @@ import ParentNodesView, {
|
||||
|
||||
const LogoIcon = styled.span`
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
margin-right: 8px;
|
||||
`;
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ const AutoCompleteEntityWrapper = styled.div`
|
||||
|
||||
const IconsContainer = styled.div`
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
`;
|
||||
|
||||
const ContentWrapper = styled.div`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user