Skip to content

Commit

Permalink
Fixing spacing issues caused by a CSS reset
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana committed Oct 12, 2023
1 parent 44100e2 commit 59c92bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/fides-js/src/components/fides.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion clients/fides-js/src/components/tcf/TcfVendors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ const TcfVendors = ({
return (
<div>
{gvlVendor ? <StorageDisclosure vendor={gvlVendor} /> : null}
<div>
<div style={{ marginBottom: "1.1em" }}>
{url?.privacy ? (
<ExternalLink href={url.privacy}>Privacy policy</ExternalLink>
) : null}
Expand Down

0 comments on commit 59c92bb

Please sign in to comment.