Skip to content

Commit

Permalink
fix: [AXIMST-714] icon is aligned with text (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzniaievdm authored Mar 28, 2024
1 parent 6509cc7 commit 4f657db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/group-configurations/common/UsageList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const UsageList = ({ className, itemList, isExperiment }) => {
: messages.accessTo;

const renderValidationMessage = ({ text, type }) => (
<span className="d-inline-flex">
<span className="d-inline-flex align-items-center">
<Icon
src={MESSAGE_VALIDATION_TYPES.error === type ? ErrorIcon : WarningIcon}
size="sm"
Expand Down

0 comments on commit 4f657db

Please sign in to comment.