mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-21 22:18:32 -04:00
Prevent activityheader content from being vertically cut off at larger font sizes (#2301)
Closes #2128.
This commit is contained in:
@@ -119,7 +119,7 @@ const ActivityHeader = ( {
|
||||
] );
|
||||
|
||||
return (
|
||||
<View className={classnames( "flex-row justify-between h-[26px] my-[11px]", classNameMargin )}>
|
||||
<View className={classnames( "flex-row justify-between", classNameMargin )}>
|
||||
<InlineUser user={user} isConnected={isConnected} />
|
||||
<View className="flex-row items-center space-x-[15px] -mr-[15px]">
|
||||
{renderIcon()}
|
||||
|
||||
@@ -69,7 +69,7 @@ const ActivityItem = ( {
|
||||
belongsToCurrentUser={belongsToCurrentUser}
|
||||
/>
|
||||
{taxon && (
|
||||
<View className="flex-row items-center justify-between mr-[23px] mb-4">
|
||||
<View className="flex-row items-center justify-between mr-[23px] mb-4 mt-1">
|
||||
<DisplayTaxon
|
||||
taxon={taxon}
|
||||
handlePress={navToTaxonDetails}
|
||||
|
||||
Reference in New Issue
Block a user