fix: prevent share button overflow on My Books / Lists page#11527
Merged
jimchamp merged 1 commit intointernetarchive:masterfrom Dec 3, 2025
Merged
Conversation
Collaborator
|
@mekarpeles, I unassigned you as this is linked to one of my issues. The automatic assignment failed because the |
Collaborator
|
Thanks @KrishnaShuk! This certainly fixes the overflow:
I'm checking with the rest of the team to see if this layout works for us. I'll give this a proper review when I know more. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Closes #11422
Technical
Added
flex-direction: columnat the@width-breakpoint-tabletin[static/css/components/mybooks-details.less]
This allows the title and the social/share button to wrap onto a new line
when the viewport width is reduced (tablet/narrow screens), preventing the
share button from overflowing the container.
The change is scoped to the mybooks-details.less component only; no other
files were modified.
Testing
docker compose exec web make css(ornpm run watch:css)to regenerate the CSS assets.
https://openlibrary.org/people/<your‑username>/lists.container without overlapping the title.
Screenshot
Mobile view
Normal View
Stakeholder
@cdrini