-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1030: Incomplete data privacy #1031
Conversation
…onal text if no region specific text is provided
483a5f5
to
b492226
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did not test it.
@@ -449,11 +449,16 @@ export const DataPrivacyBaseText = () => ( | |||
Informationen, die Sie unverschlüsselt per E-Mail an uns senden können, möglicherweise auf dem Übertragungsweg von | |||
Dritten gelesen werden.{' '} | |||
</p> | |||
<p style={{ marginTop: '0pt', marginBottom: '8pt' }}> | |||
<div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we readd the margin bottom here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm its very inconsistent in the template. the sections directly above do not use the margin after the headline. so it looks weird imo
) | ||
|
||
export const DataPrivacyAdditionalBaseText = () => ( | ||
<div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we make this a p? Or is some manual margin necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolves #1030