Fix: Full item view - bitstreams continuous text overflow in full file section#4990
Conversation
…ntent overflow and alignment issues
|
QA testing performed (no code review). Working as expected:
|
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin dspace-7_x
git worktree add -d .worktree/backport-4990-to-dspace-7_x origin/dspace-7_x
cd .worktree/backport-4990-to-dspace-7_x
git switch --create backport-4990-to-dspace-7_x
git cherry-pick -x 02780d5619cc379596f4c8c4e58d17abd9411b01 |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin dspace-8_x
git worktree add -d .worktree/backport-4990-to-dspace-8_x origin/dspace-8_x
cd .worktree/backport-4990-to-dspace-8_x
git switch --create backport-4990-to-dspace-8_x
git cherry-pick -x 02780d5619cc379596f4c8c4e58d17abd9411b01 |
|
Successfully created backport PR for |
|
This was only able to be auto-backported to 9.x (which is all we require for bug fixes). However, if anyone wants to backport it also to 8.x or 7.x, please do so manually via a new PR. |
Okay, I will manage soon. |
Description
Fixes #4993
When the name of the bitstream is too long and it is continuous, it overflows through the download button. This is fixed by adding
dont-break-outclass to the container's class.Before:
After:
Checklist
mainbranch of code (unless it is a backport or is fixing an issue specific to an older branch).npm run lintnpm run check-circ-deps)package.json), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.