File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
client/modules/User/components Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ const CookieConsentContent = styled.div`
41
41
justify-content: space-between;
42
42
` ;
43
43
44
- const CookieConsentCopy = styled . p `` ;
44
+ const CookieConsentCopy = styled . p `
45
+ line-height: 1.5em;
46
+ ` ;
45
47
46
48
const CookieConsentButtons = styled . div `
47
49
display: flex;
@@ -145,9 +147,11 @@ function CookieConsent() {
145
147
The p5.js Editor uses cookies. Some are essential to the website
146
148
functionality and allow you to manage an account and
147
149
preferences. Others are not essential—they are used for
148
- analytics and allow us to learn more about our community. We
149
- never sell this data or use it for advertising. You can decide
150
- which cookies you would like to allow.
150
+ analytics and allow us to learn more about our community.{ ' ' }
151
+ < strong >
152
+ We never sell this data or use it for advertising.
153
+ </ strong > { ' ' }
154
+ You can decide which cookies you would like to allow.
151
155
</ CookieConsentCopy >
152
156
< CookieConsentButtons >
153
157
< Button
You can’t perform that action at this time.
0 commit comments