-
Notifications
You must be signed in to change notification settings - Fork 470
Description
Valid Title
- I have updated the title to accurately reflect the bug description
Description
We had a report where editors attempting to select a new reviewer can't see the ORCID for users if the affiliation is more than a few words long. Looking at the code, the user's ORCID is just appended to the end of the Affiliation without it being wrapped in any further elements and the general div element there doesn't wrap which can make it hard to read.
looks like
This exists in both 3.3 and 3.4 right now (perhaps also in 3.5). Can we fix this element so it wraps better?
Steps to Reproduce
- Add a longish affiliation to a user and an ORCID
- Attempt to add this user to a submission as a reviewer
- Observe that the text is all on one line and pushed off to the right
Expected Result
The text should wrap so everything is visible.
Actual Result
the text does not wrap and the ORCID is obscured
Environment Details
No response
Application Version
OJS, OMP 3.3.x, 3.4.x (maybe also 3.5?)
Logs
No response
Additional Information
No response
Pull Requests
stable.3.3
ui-library: pkp/ui-library#724
ojs(submodule): pkp/ojs#5161
ops(submodule): pkp/ops#1120
omp(submodule): pkp/omp#2149
stable3.4
ui-library: pkp/ui-library#725
ojs: pkp/ojs#5157
ops: pkp/ops#1121
omp: pkp/omp#2150
stable3.5
ui-library: pkp/ui-library#726
ojs: pkp/ojs#5156
omp: pkp/omp#2151
ops: pkp/ops#1122
main
ui-library: pkp/ui-library#730
ojs: pkp/ojs#5158
ops: pkp/ops#1123
omp: pkp/omp#2152