fix: Mixture of middots with different weights in document meta

This commit is contained in:
Tom Moor
2021-07-27 10:33:26 -04:00
parent b6703671e2
commit fdc1955b91
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ function DocumentMeta({
)}
{showNestedDocuments && nestedDocumentsCount > 0 && (
<span>
&nbsp;&middot; {nestedDocumentsCount}{" "}
&nbsp; {nestedDocumentsCount}{" "}
{t("nested document", { count: nestedDocumentsCount })}
</span>
)}

View File

@@ -42,7 +42,7 @@ function DocumentMetaWithViews({ to, isDraft, document, ...rest }: Props) {
<PopoverDisclosure {...popover}>
{(props) => (
<>
&nbsp;&middot;&nbsp;
&nbsp;&nbsp;
<a {...props}>
{t("Viewed by")}{" "}
{onlyYou