Skip to content

Commit

Permalink
fix: prevent long userhandles from causing misalignment in add users …
Browse files Browse the repository at this point in the history
…modal (#15900)
  • Loading branch information
V-Gira committed Sep 28, 2023
1 parent 82d43f8 commit 733c306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const ellipsis: CSSObject = {

export const wrapper: CSSObject = {
display: 'flex',
minWidth: 0,
width: 0,
height: 'var(--avatar-diameter-m)',
flex: '1 1',
alignItems: 'center',
Expand Down

0 comments on commit 733c306

Please sign in to comment.