diff --git a/src/components/ConversationCard/index.jsx b/src/components/ConversationCard/index.jsx index 030674b..d0241fe 100644 --- a/src/components/ConversationCard/index.jsx +++ b/src/components/ConversationCard/index.jsx @@ -242,7 +242,8 @@ function ConversationCard(props) { className="gpt-util-group" style={{ padding: '15px 0 15px 15px', - ...(props.notClampSize ? {} : { flexGrow: 1 }), + ...(props.notClampSize ? {} : { flexGrow: isSafari() ? 0 : 1 }), + ...(isSafari() ? { maxWidth: '200px' } : {}), }} > {props.closeable ? (