From 55cfb64d762c235eeb4ea02a4e75c0256b882409 Mon Sep 17 00:00:00 2001 From: Amanda Bullington <35536439+albullington@users.noreply.github.com> Date: Fri, 14 Mar 2025 18:25:35 -0700 Subject: [PATCH] Styling fixes to keep long notes on screen in ObsEdit (#2775) --- ios/Podfile.lock | 4 ++-- src/components/ObsEdit/DropdownItem.tsx | 22 ++++++++++------------ src/components/ObsEdit/OtherDataSection.js | 1 + 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index aa53af257..fc39b1410 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1531,7 +1531,7 @@ SPEC CHECKSUMS: MMKV: ce484c1ac40bf76d5f09a0195d2ec5b3d3840d55 MMKVCore: 1eb661c6c498ab88e3df9ce5d8ff94d05fcc0567 Mute: 20135a96076f140cc82bfc8b810e2d6150d8ec7e - RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0 + RCT-Folly: cd21f1661364f975ae76b3308167ad66b09f53f5 RCTRequired: 415e56f7c33799a6483e41e4dce607f3daf1e69b RCTTypeSafety: e984a88e713281c2d8c2309a1a6d2775af0107ae React: ab885684e73c5f659bad63446a977312fd3d1ecb @@ -1621,4 +1621,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: eff4b75123af5d6680139a78c055b44ad37c269b -COCOAPODS: 1.14.3 +COCOAPODS: 1.16.2 diff --git a/src/components/ObsEdit/DropdownItem.tsx b/src/components/ObsEdit/DropdownItem.tsx index a8bbf136c..bde83d8f4 100644 --- a/src/components/ObsEdit/DropdownItem.tsx +++ b/src/components/ObsEdit/DropdownItem.tsx @@ -19,22 +19,20 @@ const DropdownItem = ( { }: Props ) => ( - - - - - - {text} - + + - + + {text} + + )} {t( "OTHER-DATA" )} + setShowGeoprivacySheet( true )}