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`
4141 justify-content: space-between;
4242` ;
4343
44- const CookieConsentCopy = styled . p `` ;
44+ const CookieConsentCopy = styled . p `
45+ line-height: 1.5em;
46+ ` ;
4547
4648const CookieConsentButtons = styled . div `
4749 display: flex;
@@ -145,9 +147,11 @@ function CookieConsent() {
145147 The p5.js Editor uses cookies. Some are essential to the website
146148 functionality and allow you to manage an account and
147149 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.
151155 </ CookieConsentCopy >
152156 < CookieConsentButtons >
153157 < Button
You can’t perform that action at this time.
0 commit comments