Skip to content

Commit

Permalink
TW-1585 Remove extra padding for transactions history
Browse files Browse the repository at this point in the history
  • Loading branch information
keshan3262 committed Dec 9, 2024
1 parent f293f15 commit ad744c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/templates/activity/ActivityListContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const ActivityListContainer: FC<Props> = ({ children, chainId, assetSlug

return (
<SuspenseContainer errorMessage={t('operationHistoryWhileMessage')}>
<div className="flex-grow flex flex-col p-4 pb-15">
<div className="flex-grow flex flex-col">
{promotion}

{children}
Expand Down

0 comments on commit ad744c9

Please sign in to comment.