diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index 15c82de9..9ef8acfc 100644 --- a/src/components/conversation/conversation.js +++ b/src/components/conversation/conversation.js @@ -36,7 +36,8 @@ const conversation = { return { highlight: null, expanded: false, - height: '115px' + // Approximate minimum height of a status, gets overwritten with real one + virtualHeight: '120px' } }, props: [