fix(siblings): space icons out (#8767)

This commit is contained in:
Joshua Eilers 2023-09-01 09:53:42 -07:00 committed by GitHub
parent 7dd6e09ac5
commit 23f24f4e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import ParentNodesView, {
const LogoIcon = styled.span`
display: flex;
gap: 4px;
margin-right: 8px;
`;

View File

@ -20,6 +20,7 @@ const AutoCompleteEntityWrapper = styled.div`
const IconsContainer = styled.div`
display: flex;
gap: 4px;
`;
const ContentWrapper = styled.div`