From 59c92bb2dd726790ef2c62a6509c7885129c2265 Mon Sep 17 00:00:00 2001 From: Adrian Galvan Date: Thu, 12 Oct 2023 11:56:03 -0700 Subject: [PATCH 1/2] Fixing spacing issues caused by a CSS reset --- clients/fides-js/src/components/fides.css | 2 +- clients/fides-js/src/components/tcf/TcfVendors.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/fides-js/src/components/fides.css b/clients/fides-js/src/components/fides.css index 799bbec5a4..a416d75a4f 100644 --- a/clients/fides-js/src/components/fides.css +++ b/clients/fides-js/src/components/fides.css @@ -817,7 +817,7 @@ div#fides-banner-inner .fides-privacy-policy { background-color: var(--fides-overlay-background-dark-color); border-radius: var(--fides-overlay-component-border-radius); padding: 1.1em; - margin-bottom: 1em; + margin: 1em 0; } .fides-info-box p { diff --git a/clients/fides-js/src/components/tcf/TcfVendors.tsx b/clients/fides-js/src/components/tcf/TcfVendors.tsx index 938cd90365..030f532c53 100644 --- a/clients/fides-js/src/components/tcf/TcfVendors.tsx +++ b/clients/fides-js/src/components/tcf/TcfVendors.tsx @@ -248,7 +248,7 @@ const TcfVendors = ({ return (
{gvlVendor ? : null} -
+
{url?.privacy ? ( Privacy policy ) : null} From eb22cfcf1741535879930ecfbf3fac7eb7b46623 Mon Sep 17 00:00:00 2001 From: Adrian Galvan Date: Thu, 12 Oct 2023 12:00:41 -0700 Subject: [PATCH 2/2] Updating change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc9550984..acfe331b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ The types of changes are: - Use `stdRetention` when there is not a specific value for a purpose's data retention [#4199](https://github.com/ethyca/fides/pull/4199) - Updating the unflatten_dict util to accept flattened dict values [#4200](https://github.com/ethyca/fides/pull/4200) - Minor CSS styling fixes for the consent modal [#4252](https://github.com/ethyca/fides/pull/4252) +- Additional styling fixes for issues caused by a CSS reset [#4268](https://github.com/ethyca/fides/pull/4268) ## [2.21.0](https://github.com/ethyca/fides/compare/2.20.2...2.21.0)