Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion css/components/link.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.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'

}

Expand Down