Skip to content

Commit

Permalink
💄 style: Expand Clear tooltip maxWidth (lobehub#2822)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjeru authored Jun 9, 2024
1 parent b6ffb84 commit a5c3d6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/features/ChatInput/ActionBar/Clear.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ const Clear = memo(() => {
placement={'topRight'}
title={t('confirmClearCurrentMessages', { ns: 'chat' })}
>
<ActionIcon icon={Eraser} placement={'bottom'} title={actionTitle} />
<ActionIcon
icon={Eraser}
overlayStyle={{ maxWidth: 'none' }}
placement={'bottom'}
title={actionTitle} />
</Popconfirm>
);
});
Expand Down

0 comments on commit a5c3d6f

Please sign in to comment.