Skip to content

Commit

Permalink
Remove padding in New Tab
Browse files Browse the repository at this point in the history
- TODO: card width re calculation

Signed-off-by: CONR <[email protected]>
  • Loading branch information
ConrDev authored Jan 6, 2025
1 parent f68d759 commit 579f8d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export class Section extends React.PureComponent {
isWebExtension={this.props.isWebExtension}
>
{!shouldShowEmptyState && (
<ul className="section-list" style={{ padding: 0 }}>
<ul className="section-list">
{cards}
</ul>
)}
Expand Down

0 comments on commit 579f8d0

Please sign in to comment.