From 193a70c6e843560159a260fcf8328baaff67ecc0 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Wed, 14 Aug 2024 19:13:19 -0400 Subject: [PATCH] fix dropdown text wrapping in other languages --- components/CollectionCard.tsx | 5 ++++- components/FilterSearchDropdown.tsx | 18 +++++++++------ .../LinkViews/LinkComponents/LinkActions.tsx | 7 +++++- components/MobileNavigation.tsx | 5 ++++- .../EditCollectionSharingModal.tsx | 20 +++++++++++------ components/ModalContent/NewTokenModal.tsx | 22 ++++++++++++++----- components/Navbar.tsx | 5 ++++- components/ProfileDropdown.tsx | 8 ++++--- components/SortDropdown.tsx | 22 +++++++++++++------ pages/collections/[id].tsx | 6 ++++- pages/dashboard.tsx | 5 ++++- pages/settings/account.tsx | 14 +++++++++--- pages/tags/[id].tsx | 4 +++- 13 files changed, 101 insertions(+), 40 deletions(-) diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index aaf177e..432425c 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -80,7 +80,7 @@ export default function CollectionCard({ collection, className }: Props) { > -