Skip to content

Commit 9926121

Browse files
authored
Merge pull request #4310 from lareferencia/fix-orcid-settings-layout
Fix layout of ORCID settings on profile page
2 parents c1524c0 + e28d212 commit 9926121

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/app/item-page/orcid-page/orcid-sync-settings/orcid-sync-settings.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2>{{'person.orcid.sync.setting' | translate}}</h2>
4545
name="syncPublications" id="publicationOption_{{option.value}}" [value]="option.value"
4646
required>
4747
<label for="publicationOption_{{option.value}}"
48-
class="ms-2 form-label">{{option.label | translate}}</label>
48+
class="form-label">{{option.label | translate}}</label>
4949
</div>
5050
}
5151
</div>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.form-check input, .form-check label{
2+
width: auto;
3+
}

0 commit comments

Comments
 (0)