Skip to content

Commit

Permalink
💄 style: autoScroll to the fully end (lobehub#2345)
Browse files Browse the repository at this point in the history
* fix autoScroll

* Divider margin -> padding

* restore

* Update HistoryDivider.tsx
  • Loading branch information
sxjeru authored May 2, 2024
1 parent a5dad80 commit 5458e98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const HistoryDivider = memo<HistoryDividerProps>(({ enable }) => {

return (
<div style={{ padding: '0 20px' }}>
<Divider>
<Divider style={{ margin: 0, padding: '20px 0' }}>
<Tag icon={<Icon icon={Timer} />}>
{t('historyRange', { defaultValue: 'History Message' })}
</Tag>
Expand Down

0 comments on commit 5458e98

Please sign in to comment.