diff --git a/CHANGELOG.md b/CHANGELOG.md index a99e29edc9..6f538be5bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ - fix HTML email content not being zoomed #4052 - fix Icon preview of latest WebXDC displayed when summary is reaction event #4062 - fix stretched summaryPreviewIcon #4064 +- fix "Contact info" card layout continuously jumping for contact names of certain length # diff --git a/src/renderer/components/dialogs/ViewProfile/index.tsx b/src/renderer/components/dialogs/ViewProfile/index.tsx index 813fefdf5f..f177327ee8 100644 --- a/src/renderer/components/dialogs/ViewProfile/index.tsx +++ b/src/renderer/components/dialogs/ViewProfile/index.tsx @@ -300,7 +300,7 @@ export function ViewProfileInner({ loadMoreRows={loadChats} rowCount={chatListIds.length} width={width} - height={height} + height={height - 2} itemKey={index => 'key' + chatListIds[index]} itemHeight={CHATLISTITEM_CHAT_HEIGHT} >