Skip to content

Commit

Permalink
fix: info icon shrinking on advanced settings page (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-romaniuk authored Jun 3, 2024
1 parent de4189b commit 5cc04f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/advanced-settings/setting-card/SettingCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const SettingCard = ({
iconAs={Icon}
alt={intl.formatMessage(messages.helpButtonText)}
variant="primary"
className=" ml-1 mr-2"
className="flex-shrink-0 ml-1 mr-2"
/>
<ModalPopup
hasArrow
Expand Down

0 comments on commit 5cc04f8

Please sign in to comment.