Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix overflow caused by patch-diff-links #6140

Merged
merged 1 commit into from
Nov 5, 2022
Merged

Fix overflow caused by patch-diff-links #6140

merged 1 commit into from
Nov 5, 2022

Conversation

fregante
Copy link
Member

@fregante fregante commented Nov 5, 2022

@fregante fregante added the bug label Nov 5, 2022
select('.commit-meta > :last-child')!.append(
const commitMeta = select('.commit-meta')!;
commitMeta.classList.remove('no-wrap'); // #5987
commitMeta.lastElementChild!.append(
<span className="sha-block" data-turbo="false">
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's some awkward spacing here after the wrap, but it's good enough for now

@fregante fregante changed the title Avoid overflow caused by patch-diff-links Fix overflow caused by patch-diff-links Nov 5, 2022
@fregante fregante merged commit 2504b0e into main Nov 5, 2022
@fregante fregante deleted the allow-wrap branch November 5, 2022 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

patch-diff-links creates layout overflow on mobile
1 participant