diff --git a/src/app/cdk/alert-message/alert-message.component.scss b/src/app/cdk/alert-message/alert-message.component.scss
index cdcddc88f..3cafed228 100644
--- a/src/app/cdk/alert-message/alert-message.component.scss
+++ b/src/app/cdk/alert-message/alert-message.component.scss
@@ -19,7 +19,6 @@
.content {
line-height: 21px !important;
- letter-spacing: 0.25px !important;
}
.alert-container {
diff --git a/src/app/cdk/alert-message/alert-message.component.ts b/src/app/cdk/alert-message/alert-message.component.ts
index d796d75a7..84c474910 100644
--- a/src/app/cdk/alert-message/alert-message.component.ts
+++ b/src/app/cdk/alert-message/alert-message.component.ts
@@ -13,7 +13,7 @@ import { AlertType } from 'src/app/constants'
* Use `title` and `content` attributes to display the message
* Use headings (h1, h2...) for the title
* Margin is set to `0 0 8px 0` for all headings
- * Line height and letter spacing is also standardized
+ * Line height is also standardized
*/
export class AlertMessageComponent {
@Input() type: AlertType = 'notice'
diff --git a/src/app/cdk/side-bar/modals/modal-email/modal-email.component.html b/src/app/cdk/side-bar/modals/modal-email/modal-email.component.html
index 8f35dc4b5..79c3b114c 100644
--- a/src/app/cdk/side-bar/modals/modal-email/modal-email.component.html
+++ b/src/app/cdk/side-bar/modals/modal-email/modal-email.component.html
@@ -50,14 +50,11 @@
- Please verify your email addresses
+
+ Please verify your email addresses
+
-
+
To access all of ORCID’s editing features you must verify at least
one email address. Until then you will only be able to
@@ -69,7 +66,7 @@
in your ORCID record.
-
+
diff --git a/src/app/cdk/top-bar-verification-email/top-bar-verification-email.component.html b/src/app/cdk/top-bar-verification-email/top-bar-verification-email.component.html
index 8005e17d9..9ee91c881 100644
--- a/src/app/cdk/top-bar-verification-email/top-bar-verification-email.component.html
+++ b/src/app/cdk/top-bar-verification-email/top-bar-verification-email.component.html
@@ -51,7 +51,7 @@
{{ primaryEmail }}
-
+
Need help?
Visit our
- No verified email addresses found
+
+ No verified email addresses found
+
-
+
You must have at least one verified email address in your ORCID account
to register for your Public API credentials. Manage your email addresses
@@ -151,17 +148,21 @@
i18n="@@developerTools.emailsAndDomainsSection"
>Emails and domains section of your ORCID record.
-
+
-
-
+
You must accept the Public Client Terms of Service before you can register
for your Public API credentials.
-
+
You’ve registered for your ORCID Public API credentials
-
+
Add your application details and one or more redirect URIs in the
form below. Once these details are saved we’ll generate your
client ID and secret so you can start using the Public API right
away.
-
+
Please note
*ngIf="triedToSaveWithoutUrls"
class="warning-panel"
>
-
+
Please add a redirect URI before saving your application
-
+
diff --git a/src/app/developer-tools/pages/developer-tools/developer-tools.component.scss b/src/app/developer-tools/pages/developer-tools/developer-tools.component.scss
index 2eb3b3b41..b8c6bdeba 100644
--- a/src/app/developer-tools/pages/developer-tools/developer-tools.component.scss
+++ b/src/app/developer-tools/pages/developer-tools/developer-tools.component.scss
@@ -119,6 +119,9 @@ app-alert-message {
margin-top: 16px;
}
&.warning-panel {
+ div {
+ line-height: 24px !important;
+ }
margin-bottom: 16px;
margin-top: -16px;
}
diff --git a/src/app/record/components/work/modals/modal-combine-works/modal-combine-works.component.html b/src/app/record/components/work/modals/modal-combine-works/modal-combine-works.component.html
index 03623ddd6..f9fdc4028 100644
--- a/src/app/record/components/work/modals/modal-combine-works/modal-combine-works.component.html
+++ b/src/app/record/components/work/modals/modal-combine-works/modal-combine-works.component.html
@@ -84,9 +84,9 @@