Skip to content

UI: Improve spacing between footer links and icons #7926#7927

Merged
alexander-akait merged 1 commit intowebpack:mainfrom
rahul-kr-rai:Improvements
Mar 6, 2026
Merged

UI: Improve spacing between footer links and icons #7926#7927
alexander-akait merged 1 commit intowebpack:mainfrom
rahul-kr-rai:Improvements

Conversation

@rahul-kr-rai
Copy link
Contributor

@rahul-kr-rai rahul-kr-rai commented Mar 5, 2026

Summary

fixes #7926

Universal Spacing: Previously, only text links had a gap between them. Now, the code is set so that every item in the footer (whether it is a link or an icon) automatically gets a consistent 1.5em margin.

What kind of change does this PR introduce?
Removed margin from footer items and applied it to the parent container for consistent spacing.

Did you add tests for your changes?
No, this is a UI improvement, no need for any test.

Does this PR introduce a breaking change?
No

If relevant, what needs to be documented once your changes are merged or what have you already documented?
N/A

Before:
image

After:
image

Use of AI

Removed margin from footer items and applied it to the parent container for consistent spacing.
@vercel
Copy link

vercel bot commented Mar 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-js-org Ready Ready Preview, Comment Mar 5, 2026 10:15pm

Request Review

@rahul-kr-rai
Copy link
Contributor Author

@alexander-akait @eventualbuddha

I have raised the PR #7927 for issue #7926. Please review and merge it if all is correct.

@alexander-akait alexander-akait merged commit 776ee98 into webpack:main Mar 6, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI: Improve spacing between footer links and icons

2 participants