Skip to content

Commit 733c306

Browse files
authored
fix: prevent long userhandles from causing misalignment in add users modal (#15900)
1 parent 82d43f8 commit 733c306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/components/ParticipantItemContent/ParticipantItem.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const ellipsis: CSSObject = {
111111

112112
export const wrapper: CSSObject = {
113113
display: 'flex',
114-
minWidth: 0,
114+
width: 0,
115115
height: 'var(--avatar-diameter-m)',
116116
flex: '1 1',
117117
alignItems: 'center',

0 commit comments

Comments
 (0)