From d180ecbe96ff6d9c3c5578214469ff9881210de3 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 20 Jul 2023 22:14:39 -0400 Subject: [PATCH] fix: Cropping of text on document lists on non-Mac platforms --- app/components/DocumentListItem.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/DocumentListItem.tsx b/app/components/DocumentListItem.tsx index 29434be77..e28da902e 100644 --- a/app/components/DocumentListItem.tsx +++ b/app/components/DocumentListItem.tsx @@ -258,7 +258,6 @@ const Heading = styled.h3<{ rtl?: boolean }>` display: flex; justify-content: ${(props) => (props.rtl ? "flex-end" : "flex-start")}; align-items: center; - height: 24px; margin-top: 0; margin-bottom: 0.25em; white-space: nowrap;