Skip to content

Commit

Permalink
fix(RHINENG-12945): CVEStatusModal icon styles
Browse files Browse the repository at this point in the history
  • Loading branch information
xmicha82 committed Nov 27, 2024
1 parent 1c761db commit 4a115cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/SmartComponents/Modals/CvePairStatusModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@ export const CvePairStatusModal = ({ cveList, updateRef, inventoryList, intl, ty
>
<Icon>
<OutlinedQuestionCircleIcon
className="pf-v5-u-ml-xs"
className="pf-v5-u-ml-sm"
color="var(--pf-v5-global--Color--200)"
style={{ verticalAlign: '0' }}
style={{ verticalAlign: 'baseline' }}
/>
</Icon>
</Tooltip>
Expand Down

0 comments on commit 4a115cc

Please sign in to comment.