diff --git a/app/components/DocumentHistory.tsx b/app/components/DocumentHistory.tsx index bf51b8b7e..e3a4d1604 100644 --- a/app/components/DocumentHistory.tsx +++ b/app/components/DocumentHistory.tsx @@ -100,7 +100,7 @@ function DocumentHistory() { documentId: document.id, }} document={document} - empty={{t("No history yet")}} + empty={{t("No history yet")}} /> @@ -109,6 +109,10 @@ function DocumentHistory() { ); } +const EmptyHistory = styled(Empty)` + padding: 0 12px; +`; + const Position = styled(Flex)` position: fixed; top: 0;