Skip to content

fix(markdown): correct invalid text-decoration declaration#8203

Merged
alexander-akait merged 1 commit intowebpack:mainfrom
Sahilshrma31:fix/markdown-text-decoration
Apr 20, 2026
Merged

fix(markdown): correct invalid text-decoration declaration#8203
alexander-akait merged 1 commit intowebpack:mainfrom
Sahilshrma31:fix/markdown-text-decoration

Conversation

@Sahilshrma31
Copy link
Copy Markdown
Contributor

Summary

This PR corrects an invalid CSS declaration in the markdown link styles by replacing text-decoration: no underline; with the valid text-decoration: none;. This keeps the intended no-underline behavior explicit in the component stylesheet and avoids relying on unrelated global styles.

What kind of change does this PR introduce?

fix

Did you add tests for your changes?

No new tests were added. This change is limited to correcting a CSS declaration and does not alter component logic.

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?

No additional documentation is needed.

Use of AI

no.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 20, 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 Apr 20, 2026 10:42am

Request Review

@alexander-akait alexander-akait merged commit 78dfdd4 into webpack:main Apr 20, 2026
9 checks passed
@Sahilshrma31 Sahilshrma31 deleted the fix/markdown-text-decoration branch April 20, 2026 17:21
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.

2 participants