diff --git a/src/apps/chat/components/message/ChatMessage.tsx b/src/apps/chat/components/message/ChatMessage.tsx index 46db15013..b26f728ba 100644 --- a/src/apps/chat/components/message/ChatMessage.tsx +++ b/src/apps/chat/components/message/ChatMessage.tsx @@ -556,8 +556,7 @@ export function ChatMessage(props: { '&:hover > button': { opacity: 1 }, // layout - display: 'grid', - gap: 1, + display: 'block', // this is Needed, otherwise there will be a horizontal overflow ...props.sx, }} diff --git a/src/modules/beam/scatter/BeamScatterInput.tsx b/src/modules/beam/scatter/BeamScatterInput.tsx index 830cc418d..bf851e9c9 100644 --- a/src/modules/beam/scatter/BeamScatterInput.tsx +++ b/src/modules/beam/scatter/BeamScatterInput.tsx @@ -71,7 +71,7 @@ export function BeamScatterInput(props: { const userMessageDecorator = React.useMemo(() => { return (/*showHistoryMessage &&*/ otherHistoryCount >= 1 && scatterShowPrevMessages) ? ( // } sx={{ my: 1 }}> - setShowHistoryMessage(on => !on)*/}> + setShowHistoryMessage(on => !on)*/}> ... {otherHistoryCount === 1 ? (isFirstMessageSystem ? '1 system message' : '1 message') : `${otherHistoryCount} messages`} before this one ... //