Skip to content

Commit d8cd3d7

Browse files
authored
Render linebreaks in the Fides.js overlay descriptions, etc. (#3665)
1 parent df2d243 commit d8cd3d7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ The types of changes are:
1717

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

20+
### Fixed
21+
22+
- Render linebreaks in the Fides.js overlay descriptions, etc. [#3665](https://github.com/ethyca/fides/pull/3665)
23+
2024
## [2.15.0](https://github.com/ethyca/fides/compare/2.14.1...2.15.0)
2125

2226
### Added

clients/fides-js/src/components/fides.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ div#fides-overlay {
5656
font-size: var(--fides-overlay-font-size-body);
5757
z-index: 1000;
5858
position: fixed;
59+
white-space: pre-line;
5960

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

0 commit comments

Comments
 (0)