File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
clients/fides-js/src/components Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ The types of changes are:
17
17
18
18
## [ Unreleased] ( https://github.com/ethyca/fides/compare/2.15.0...main )
19
19
20
+ ### Fixed
21
+
22
+ - Render linebreaks in the Fides.js overlay descriptions, etc. [ #3665 ] ( https://github.com/ethyca/fides/pull/3665 )
23
+
20
24
## [ 2.15.0] ( https://github.com/ethyca/fides/compare/2.14.1...2.15.0 )
21
25
22
26
### Added
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ div#fides-overlay {
56
56
font-size : var (--fides-overlay-font-size-body );
57
57
z-index : 1000 ;
58
58
position : fixed;
59
+ white-space : pre-line;
59
60
60
61
/* CSS reset values, adapted from https://www.joshwcomeau.com/css/custom-css-reset/ */
61
62
line-height : calc (1em + 0.4rem );
You can’t perform that action at this time.
0 commit comments