Skip to content

Commit 28339da

Browse files
committed
PD-4978
1 parent 64cb7a9 commit 28339da

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

projects/orcid-ui/src/lib/components/action-surface-container/action-surface-container.component.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<section class="action-surface-container">
22
<header class="action-surface-container__header">
3-
<h3 class="action-surface-container__title orcid-font-size-body-large" *ngIf="title">
3+
<h3
4+
class="action-surface-container__title orcid-font-size-body-large"
5+
*ngIf="title"
6+
>
47
{{ title }}
58
</h3>
69
<p

src/app/layout/maintenance-message/maintenance-message.component.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ export class MaintenanceMessageComponent {
2222
closableElement: Element
2323
labelMaintenance = $localize`:@@layout.ariaLabelMaintenance:Maintenance message`
2424

25-
constructor(
26-
togglz: TogglzService,
27-
private cdr: ChangeDetectorRef,
28-
) {
25+
constructor(togglz: TogglzService, private cdr: ChangeDetectorRef) {
2926
togglz
3027
.getMaintenanceMessages()
3128
.pipe(take(1))

src/app/record/components/top-bar/top-bar.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ app-top-bar-actions {
147147
}
148148
}
149149

150-
app-warning-message, orcid-registry-permission-notifications {
150+
app-warning-message,
151+
orcid-registry-permission-notifications {
151152
margin-bottom: 16px;
152153
}

0 commit comments

Comments
 (0)