Skip to content

Commit

Permalink
fix(RHINENG-12938): severity filter icon spacing (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmicha82 authored Nov 26, 2024
1 parent be3e52d commit 911a033
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const impactFilter = (apply, currentFilter = {}) => {
label: (
<React.Fragment>
{ item.hasIcon &&
<Icon>
<Icon style={{ width: '1.5rem' }}>
<SecurityIcon
color={item.iconColor} className="pf-v5-u-mr-xs"
/>
Expand Down

0 comments on commit 911a033

Please sign in to comment.