Skip to content

Commit

Permalink
Render linebreaks in the Fides.js overlay descriptions, etc. (#3665)
Browse files Browse the repository at this point in the history
  • Loading branch information
NevilleS authored Jun 23, 2023
1 parent df2d243 commit d8cd3d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The types of changes are:

## [Unreleased](https://github.com/ethyca/fides/compare/2.15.0...main)

### Fixed

- Render linebreaks in the Fides.js overlay descriptions, etc. [#3665](https://github.com/ethyca/fides/pull/3665)

## [2.15.0](https://github.com/ethyca/fides/compare/2.14.1...2.15.0)

### Added
Expand Down
1 change: 1 addition & 0 deletions clients/fides-js/src/components/fides.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ div#fides-overlay {
font-size: var(--fides-overlay-font-size-body);
z-index: 1000;
position: fixed;
white-space: pre-line;

/* CSS reset values, adapted from https://www.joshwcomeau.com/css/custom-css-reset/ */
line-height: calc(1em + 0.4rem);
Expand Down

0 comments on commit d8cd3d7

Please sign in to comment.