Skip to content

Conversation

markconroy
Copy link
Member

Closes #844

@markconroy markconroy requested a review from ctorgalson August 12, 2025 14:07
.link-wrapper {
position: relative;
display: flex;
align-items: center;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think that align-items: center without flex is redundant? The original issue has "If the only content of .link-wrapper is .link-content, I think line 3 is superfluous, and line 4 belongs after line 8." i.e move align-items: center to '.link-content > a'

@finnlewis finnlewis merged commit 344df4e into 2.x Sep 2, 2025
8 of 12 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.

Remove superfluous css:

3 participants