Skip to content

Commit 3fb7571

Browse files
Merge pull request #48573 from Krishna2323/krishna2323/issue/48565
fix: iOS - More features - Word is too close to the page border.
2 parents 5b5f240 + 2dbd8ae commit 3fb7571

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/workspace/WorkspaceMembersPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ function WorkspaceMembersPage({personalDetails, route, policy, currentUserPerson
600600
textInputRef={textInputRef}
601601
customListHeader={getCustomListHeader()}
602602
listHeaderWrapperStyle={[styles.ph9, styles.pv3, styles.pb5]}
603-
listHeaderContent={shouldUseNarrowLayout ? <View style={[styles.pl5, styles.pr5]}>{getHeaderContent()}</View> : null}
603+
listHeaderContent={shouldUseNarrowLayout ? <View style={[styles.pr5]}>{getHeaderContent()}</View> : null}
604604
showScrollIndicator={false}
605605
/>
606606
</View>

src/pages/workspace/WorkspaceMoreFeaturesPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ function WorkspaceMoreFeaturesPage({policy, route}: WorkspaceMoreFeaturesPagePro
409409
title={translate('workspace.common.moreFeatures')}
410410
shouldShowBackButton={shouldUseNarrowLayout}
411411
/>
412-
<Text style={[styles.pl5, styles.mb4, styles.mt3, styles.textSupporting, shouldUseNarrowLayout ? styles.workspaceSectionMobile : styles.workspaceSection]}>
412+
<Text style={[styles.ph5, styles.mb4, styles.mt3, styles.textSupporting, shouldUseNarrowLayout ? styles.workspaceSectionMobile : styles.workspaceSection]}>
413413
{translate('workspace.moreFeatures.subtitle')}
414414
</Text>
415415

0 commit comments

Comments
 (0)