8000 chore(website): properly align underline for children of `<a>` tag (#… · yeonjuan/typescript-eslint@fb82a33 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb82a33

Browse files
authored
chore(website): properly align underline for children of <a> tag (typescript-eslint#8470)
1 parent e7ec6f0 commit fb82a33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/website/src/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,7 @@ h6 {
195195
.markdown a {
196196
text-decoration: underline;
197197
}
198+
199+
.markdown a * {
200+
vertical-align: baseline;
201+
}

0 commit comments

Comments
 (0)
0