From 733c30693006c12cd1cc9c9aec469f283ac09311 Mon Sep 17 00:00:00 2001 From: Virgile <78490891+V-Gira@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:14:40 +0200 Subject: [PATCH] fix: prevent long userhandles from causing misalignment in add users modal (#15900) --- .../components/ParticipantItemContent/ParticipantItem.styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/components/ParticipantItemContent/ParticipantItem.styles.ts b/src/script/components/ParticipantItemContent/ParticipantItem.styles.ts index e8a28baa71e..97f0cb4e94e 100644 --- a/src/script/components/ParticipantItemContent/ParticipantItem.styles.ts +++ b/src/script/components/ParticipantItemContent/ParticipantItem.styles.ts @@ -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',