Skip to content

Commit

Permalink
fix: display mail messages chips on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
lme-axelor committed Nov 4, 2024
1 parent 3160d23 commit f3b583f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelogs/unreleased/86450.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"title": "MailMessages: display chips only on one line",
"type": "fix",
"packages": "core"
}
Original file line number Diff line number Diff line change
Expand Up @@ -265,15 +265,14 @@ const MailMessageView = ({
<ChipSelect
style={styles.chipSelect}
mode="switch"
width={Dimensions.get('window').width * 0.28}
marginHorizontal={5}
onChangeValue={chiplist => setSelectedStatus(chiplist)}
isRefresh
selectionItems={MailMessageType.getSelectionItems(
I18n,
Colors,
selectedStatus,
)}
chipNumberOfLines={1}
/>
{displayMessageBox && (
<View style={styles.messageBox}>
Expand Down

0 comments on commit f3b583f

Please sign in to comment.