Skip to content

Commit

Permalink
Merge pull request #2442 from ORCID/lmendoza/format-fix
Browse files Browse the repository at this point in the history
format-fix
  • Loading branch information
leomendoza123 authored Jan 8, 2025
2 parents 0d1a367 + 40acd25 commit 1e88930
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ button.mat-button-wrap-text:not(.mobile):not(.secondaryItem) {
padding: 0 16px;
}

input{
input {
cursor: pointer;
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export class WorkFormComponent implements OnInit {
ariaLabelWork = $localize`:@@shared.ariaLabelWork:Work`
ariaLabelWorkType = $localize`:@@works.workType:Work type`


@Input() work: Work
@Input() userRecord: UserRecord
@Input() externalIdentifier: boolean
Expand Down

0 comments on commit 1e88930

Please sign in to comment.