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 authored and atomrc committed Sep 28, 2023
1 parent b26eeb3 commit 837f976
Showing 1 changed file with 1 addition and 1 deletion.
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 837f976

Please sign in to comment.