From a74635a37f5445c06d7f05f8604f2495848a0419 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 15 Sep 2022 23:04:43 +0100 Subject: [PATCH] fix: Improved breakpoints for pins on mobile fix: Prevent clock icon shrinking fix: Prevent metadata wrapping --- app/components/DocumentCard.tsx | 9 ++++++++- app/components/PinnedDocuments.tsx | 8 ++++++-- shared/styles/breakpoints.ts | 1 + 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app/components/DocumentCard.tsx b/app/components/DocumentCard.tsx index db51a0857..15b6cd07a 100644 --- a/app/components/DocumentCard.tsx +++ b/app/components/DocumentCard.tsx @@ -125,7 +125,7 @@ function DocumentCard(props: Props) { : document.titleWithDefault} - {" "} +