Skip to content

Commit

Permalink
remove padding
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 Dec 3, 2024
1 parent f68d759 commit 30f685a
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 30f685a

Please sign in to comment.