Skip to content

Commit

Permalink
Format & update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
NevilleS committed Apr 11, 2024
1 parent 38d3464 commit ffed220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The types of changes are:
- Changed display of Data Uses, Categories and Subjects to user friendly names in the Data map report [#4774](https://github.com/ethyca/fides/pull/4774)
- Update active disabled Fides.js toggle color to light grey [#4778](https://github.com/ethyca/fides/pull/4778)
- Update FidesJS fides_embed option to support embedding both banner & modal components [#4782](https://github.com/ethyca/fides/pull/4782)
- Add a few CSS classes to help with styling FidesJS button groups [#4789](https://github.com/ethyca/fides/pull/4789)

### Fixed
- Fixed select dropdowns being cut off by edges of modal forms [#4757](https://github.com/ethyca/fides/pull/4757)
Expand Down
4 changes: 3 additions & 1 deletion clients/fides-js/src/components/ConsentButtons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ export const ConsentButtons = ({
{includePrivacyPolicy && <PrivacyPolicyLink i18n={i18n} />}
<div
className={
isInModal ? "fides-modal-button-group" : "fides-banner-button-group fides-banner-primary-actions"
isInModal
? "fides-modal-button-group"
: "fides-banner-button-group fides-banner-primary-actions"
}
>
{firstButton}
Expand Down

0 comments on commit ffed220

Please sign in to comment.