fix: missing collection name in path in explorer search results (#4793)

This commit is contained in:
Apoorv Mishra
2023-01-28 19:59:59 +05:30
committed by GitHub
parent d5eabd7771
commit 6d45566be3
2 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ const Title = styled(Text)`
`;
const Path = styled(Text)<{ $selected: boolean }>`
padding-top: 3px;
padding-top: 2px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;