Skip to content

Commit

Permalink
Merge pull request #31430 from paultsimura/fix/31394-avatars-margin
Browse files Browse the repository at this point in the history
fix: MultipleAvatars negative margin
  • Loading branch information
shawnborton authored Nov 16, 2023
2 parents 6a8a02f + a9a7202 commit d86164d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2659,7 +2659,8 @@ const styles = (theme: ThemeColors) =>
},

moneyRequestPreviewBoxAvatar: {
marginRight: -10,
// This should "hide" the right border of the last avatar
marginRight: -2,
marginBottom: 0,
},

Expand Down

0 comments on commit d86164d

Please sign in to comment.