Skip to content

Commit 017f882

Browse files
committed
Fix: Trabajo word is cut off
1 parent ba3a5e1 commit 017f882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChangeWorkspaceMenuSectionList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function ChangeWorkspaceMenuSectionList() {
4646
src={section.icon}
4747
additionalStyles={[styles.mr4]}
4848
/>
49-
<View style={[styles.flex1, styles.justifyContentCenter]}>
49+
<View style={[styles.flex1, styles.flexRow, styles.justifyContentCenter, styles.alignItemsCenter, styles.wAuto]}>
5050
<RenderHTML html={`<comment>${convertToLTR(translate(section.titleTranslationKey))}</comment>`} />
5151
</View>
5252
</View>

0 commit comments

Comments
 (0)