Skip to content

tag-changes-link - Fix spacing#9485

Merged
fregante merged 2 commits into
mainfrom
tag-changes-padding
May 17, 2026
Merged

tag-changes-link - Fix spacing#9485
fregante merged 2 commits into
mainfrom
tag-changes-padding

Conversation

@fregante

@fregante fregante commented May 16, 2026

Copy link
Copy Markdown
Member

@fregante fregante added the bug label May 16, 2026
@github-actions github-actions Bot changed the title Update tag-changes-link.tsx Update tag-changes-link.tsx May 16, 2026
@fregante fregante changed the title Update tag-changes-link.tsx tag-changes-link - Fix padding May 16, 2026
@fregante fregante changed the title tag-changes-link - Fix padding tag-changes-link - Fix spacing May 16, 2026
Comment thread source/features/tag-changes-link.tsx Outdated

lastLink.parentElement!.after(
<div className={'rgh-changelog-link ' + (pageDetect.isReleases() ? 'mb-md-2 mr-3 mr-md-0' : 'mr-4 mb-2')}>
<div className={'rgh-changelog-link ' + (pageDetect.isReleases() ? 'tmp-my-md-2 my-md-2 mr-4 mr-md-0' : 'mr-4 mb-2')}>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
<div className={'rgh-changelog-link ' + (pageDetect.isReleases() ? 'tmp-my-md-2 my-md-2 mr-4 mr-md-0' : 'mr-4 mb-2')}>
<div className={'rgh-changelog-link ' + (pageDetect.isReleases() ? 'tmp-my-md-2 my-md-2 mr-3 tmp-mr3 mr-md-0' : 'mr-4 mb-2')}>

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

The 4 was intentional

@SunsetTechuila SunsetTechuila May 16, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

tmp-mr-3 has the same value as the current mr-4. Sibling elements use tmp-mr-3

@fregante fregante enabled auto-merge (squash) May 17, 2026 08:04
@fregante fregante merged commit cb2ddae into main May 17, 2026
9 checks passed
@SunsetTechuila SunsetTechuila deleted the tag-changes-padding branch May 18, 2026 15:51
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.

tag-changes-link is missing some padding

2 participants