fix: Breadcrumb spacing

This commit is contained in:
Tom Moor 2020-07-20 19:09:51 -07:00
parent 70e1194f90
commit 96d6e9b85e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ const Breadcrumb = observer(({ document, collections, onlyText }: Props) => {
return (
<Wrapper justify="flex-start" align="center">
<CollectionName to={collectionUrl(collection.id)}>
<CollectionIcon collection={collection} expanded />{" "}
<CollectionIcon collection={collection} expanded />&nbsp;
<span>{collection.name}</span>
</CollectionName>
{isNestedDocument && (